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
I'm getting the following "unmet peer dependency" issue right now:
└─┬ material-table 2.0.6
└── ✕ unmet peer @mui/styles@5.5.0: found 5.16.7
It looks like, out of all the peer dependencies listed in package.json, the @mui/styles peer dependency is the only one pinned to an exact version rather than using semver. Is this intentional? If so, why?
The text was updated successfully, but these errors were encountered:
I'm getting the following "unmet peer dependency" issue right now:
It looks like, out of all the peer dependencies listed in
package.json
, the@mui/styles
peer dependency is the only one pinned to an exact version rather than using semver. Is this intentional? If so, why?The text was updated successfully, but these errors were encountered: