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
First off, thanks for a great carousel implementation. Carousels are always a bit of a nightmare, but this one is amazing.
Anyway, I am using react-material-ui-carousel@2 as my app does not yet support "@mui/material". However, the peerDependencies of react-material-ui-carousel@2 are pointing towards "@material-ui/core": "^4.11.3", which doesn't work for me as I am using "@material-ui/core": "4.11.2",. Resultingly, I have to install this library with --force or --legacy-peer-deps, which is sub-optimal.
What do you think about another v2 release with slightly more relaxed peers? Im not sure what this would look like semver wise but I created a good implementation that could be used for this.
Hi @Learus!
First off, thanks for a great carousel implementation. Carousels are always a bit of a nightmare, but this one is amazing.
Anyway, I am using
react-material-ui-carousel@2
as my app does not yet support"@mui/material"
. However, thepeerDependencies
ofreact-material-ui-carousel@2
are pointing towards"@material-ui/core": "^4.11.3",
which doesn't work for me as I am using"@material-ui/core": "4.11.2",
. Resultingly, I have to install this library with--force
or--legacy-peer-deps
, which is sub-optimal.What do you think about another v2 release with slightly more relaxed peers? Im not sure what this would look like semver wise but I created a good implementation that could be used for this.
I forked this lib and created
react-material-ui-carousel-alt
, which is a refactor ofreact-material-ui-carousel@2
with all the updates ofreact-material-ui-carousel@3
but with@material-ui/core@4
instead of"@mui/material"
. The peerDependencies ofreact-material-ui-carousel-alt
are a little more flexible.Let me know what you think!
The text was updated successfully, but these errors were encountered: