-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update to work with Gatsby 5 #110
Comments
We are getting this warning when trying to install
|
For now, the latest version of gatsby-plugin-material-ui seems to work with gatsby v5 for most components. |
seems like there is a PR implementing the changes already #111 by @blackspherefollower
|
Is there any update on when we could be expecting this plugin to work with Gatsby 5? Like kdichev was asking 3 weeks ago, there seems to be a fix in place. |
FYI, I published my fork (just the Gatsby 5 change in the PR) as https://www.npmjs.com/package/@iostindex/gatsby-plugin-material-ui as a temporary solution |
Also ran into this issue today starting a new project. Any update on when it will work with Gatsby 5? |
I also want to start a new project, any updates? |
would be nice to get a status update on this. |
@hupe1980 Any chance to get some maintainers on board for this? I would offer to engage. |
he is MIA I've tried contacting him on multiple platforms to either give access to other maintainers or give the repo to somebody else |
FWIW: I'll keep my fork up-to-date for as long as I'm using it |
MUI updated the example and it is possible to use Gatsby 5 and MUI without this plugin: https://github.com/mui/material-ui/tree/master/examples/material-ui-gatsby |
Currently installing this plugin without using
--legacy-peer-deps
fails when usinggatsby@>=5.0.0
.I am not familiar enough with the plugin or gatsby to say if code needs to be updated or only the peer dependency definition...
The text was updated successfully, but these errors were encountered: