storefront-foundation / react-storefront

React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor (contributors@reactstorefront.io).
https://www.reactstorefront.io
Other
796 stars 190 forks source link

Material-UI: the ExpansionPanel component was renamed to Accordion #166

Open templatetuners opened 3 years ago

templatetuners commented 3 years ago

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'

Warning: componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.

luigi-derson commented 3 years ago

It should be fixed with Rename ExpansionPanel component to Accordion