Skip to content

Support for React 19 #544

@sarat9

Description

@sarat9

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions