Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for React 19 #544

Open
sarat9 opened this issue Dec 12, 2024 · 0 comments
Open

Support for React 19 #544

sarat9 opened this issue Dec 12, 2024 · 0 comments

Comments

@sarat9
Copy link

sarat9 commented Dec 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant