-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
chakra-ui
Version
5.x
Current Behavior
Rjsf chakra-ui module states by setting the dependency of "@chakra-ui/react"
to ">=1.7.3"
that it is compatible to chakra-ui v3.
Expected Behavior
Add an upper boundary to the version to be compatible with rjsf chakra.
like: ">=1.7.3 <3.0.0"
Steps To Reproduce
No response
Environment
- OS:
- Node:
- npm:
Anything else?
No response
gabdorf