Closed rbavery closed 3 months ago
Hi @rbavery , thanks for the report!
The reason for this is that version 7 of @mui/x-date-pickers
has been released but t peer dependency in 3.3.0 still refers to version ^6.0.0
. This was already adapted in the code to support 6.x and 7.x and will be fixed in the next (pre-)release.
In the meantime, you can install version 6.x via npm install --save @mui/x-date-pickers@6
.
I'll close this as it's fixed in the code. Feel free to reopen or report another issue if you have any concerns :)
Describe the bug
I followed the instructions using the same version of node used by JSON Forms. But I got various dependency conflicts.
https://jsonforms.io/docs/tutorial/
Expected behavior
the install suceeds and I can build and run the app
Steps to reproduce the issue
Screenshots
Which Version of JSON Forms are you using?
v3.3.0
Framework
React
RendererSet
Material
Additional context
I'm on a Mac M1