-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[next] Upgrade peerDependencies to support material-ui v5 #355
Comments
iamhosseindhv
added a commit
that referenced
this issue
Feb 28, 2021
Thanks for reporting. Please update your notistack to |
|
iamhosseindhv
added a commit
that referenced
this issue
Sep 26, 2021
* Closes #334 #333 - Fix collapse keys * 1.0.3-alpha.0 * 1.0.4-alpha.0 * 1.0.6-alpha.0 * Fixes #355 - Update MUI peer dependency to next * 1.0.6-next.0 * Use root classKey for Collapse * 1.0.6-next.1 * Add support for Material-UI v5 beta (#418) * upgrade to material-ui v5; modify code as recommended by the material-ui docs * upgrade to material-ui v5; modify code as recommended by the material-ui docs * add missing anchor classes to SnackbarItem; fix child class declarations * update dependencies; run build * package-lock update * Allow passing classes from props * Adapt new MUI breakpoints * Bind this * Mark emotion peerDeps as optional * 1.0.6-next.2 Co-authored-by: Hossein Dehnokhalaji <hossein.dehnavi98@yahoo.com> * Support @mui/material package naming (#423) * Support Material-UI 5.0.0-rc.0 * Bump version to 1.0.6-next.3 * Remove @mui/styles dependency * Prepare next to be published as latest (#436) * Add tag for people on mui-v4 * Update simple example * Update simple example * Update redux example * Update mobx example * Minor * Update next --> latest in example codes * Update docs * Update CHANGELOG * Update MUI v5 peerDependencies * Update version to v2.0.2 * Update docs.json Co-authored-by: Joe Maffei <joemaffei@users.noreply.github.com> Co-authored-by: David Ramos <ramos@cs.stanford.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
when I run
npm install notistack@next
in project where I have@material-ui/core@next
installed I should not see any errors.Current Behavior
Steps to Reproduce
simply install dependency:
npm i @material-ui/core@next
npm i notistack@next
Your Environment
node: v15.10.0
npm: 7.5.3
Solution
update package.json + regenerate package-lock.json
p.s thanks for really awesome project. I love it.
The text was updated successfully, but these errors were encountered: