-
Notifications
You must be signed in to change notification settings - Fork 495
Open
Description
Is your feature request related to a problem? Please describe.
With the launch of React 19 and its new way of implementations, usual way of import and use will not work any more.
It throws the below error.
Provider uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)
Describe the solution you'd like
Adding support for React 19 will solve the issue.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
No labels