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
Would you like to contribute an upgrade to ^6.0.0. If somehow possible it would be great to keep compatibility with ^5.0.0 but if it doesn't work then that's life.
Sure, I can submit a PR which upgrades @mui/x-date-pickers to v6.0.0.
What I can't guarantee is backwards compatibility to v5.0.0. The reason for that is, that there are a lot of breaking changes from v5 to v6.
Side note:
Those guys from MUI rush very fast forward and do not care a lot about backwards compatibility. From experience I can say that I have already experienced this several times on my own skin. So have you I guess.
As mentioned in their v6 release article, they will decouple the versioning of MUI-X packages from MUI-Core, so they can move forward a lot faster, because it allows them to introduce breaking changes easier.
Having this in mind, it might be a good idea to separate the MUI-X related material renderers into separate packages. That would allow JSONForms to support multiple @mui/x-date-pickers versions at the same time.
Describe the bug
JSONForms >= 3.0.0 crashes when used with @mui/x-date-pickers >= 6.0.0.
Expected behavior
JSONForms >= 3.0.0 should not crash when used with @mui/x-date-pickers >= 6.0.0.
Steps to reproduce the issue
Screenshots
No response
In which browser are you experiencing the issue?
Google Chrome 113.0.5672.92 (Official Build) (64-bit)
Which Version of JSON Forms are you using?
v3.0.0
Framework
React
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: