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
Describe the bug
Direct dependency of @material-ui/pickers can lead to duplicate versions in the bundle. This has a negative impact on bundle size. It can also prevent localization of the date picker used by material-table since the context is created in different packages
To Reproduce
Steps to reproduce the behavior:
Install material-ui-table
new release of @material-ui/pickers
Install (and use) @material-ui/pickers in the app
duplicate version of @material-ui/pickers
Expected behavior @material-ui/pickers is a peer dependency.
Screenshots
N/A
Desktop (please complete the following information):
OS: N/A
Browser N/A
Version 1.67.1
Smartphone (please complete the following information):
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.
Describe the bug
Direct dependency of
@material-ui/pickers
can lead to duplicate versions in the bundle. This has a negative impact on bundle size. It can also prevent localization of the date picker used bymaterial-table
since the context is created in different packagesTo Reproduce
Steps to reproduce the behavior:
material-ui-table
@material-ui/pickers
@material-ui/pickers
in the app@material-ui/pickers
Expected behavior
@material-ui/pickers
is a peer dependency.Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Same issue as #472
The text was updated successfully, but these errors were encountered: