Skip to content
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

Dependency on outdated version of @material-ui/pickers #2946

Closed
shineforth opened this issue Jul 12, 2021 · 2 comments
Closed

Dependency on outdated version of @material-ui/pickers #2946

shineforth opened this issue Jul 12, 2021 · 2 comments
Labels
wontfix This will not be worked on

Comments

@shineforth
Copy link

The material-table package has a dependency on @material-ui/pickers 3.2.2 which does not support React v17 and this npm package is also being deprecated anyway. See this link -> mui/material-ui-pickers#2157.

The latest version of pickers is 3.3.10 so at a minimum we need this updated to that. Beyond that this package needs to be updated to use React v17 compatible dependencies.

Here's the error I get when building my application (which I tracked to this package's dependency):

npm WARN @material-ui/pickers@3.2.2 requires a peer of react@^16.8.4 but none is installed. You must install peer dependencies yourself. npm WARN @material-ui/pickers@3.2.2 requires a peer of react-dom@^16.8.4 but none is installed. You must install peer dependencies yourself.

@romanown
Copy link

romanown commented Oct 6, 2021

how i can upgrade @material-ui/pickers v3 to v4?

@stale
Copy link

stale bot commented Jan 6, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.

@stale stale bot added the wontfix This will not be worked on label Jan 6, 2022
@stale stale bot closed this as completed Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant