Using the bundled material-ui renderers for rendering an Array gives the following error in the browsers console.
Material-UI: the ExpansionPanel component was renamed to Accordion to use a more common naming convention.
You should use `import { Accordion } from '@material-ui/core'`
or `import Accordion from '@material-ui/core/Accordion'`
The rendering still works fine! But this might change.