You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.