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

Update dependencies to React v18.x #29

Open
AnderUstarroz opened this issue May 15, 2024 · 1 comment
Open

Update dependencies to React v18.x #29

AnderUstarroz opened this issue May 15, 2024 · 1 comment

Comments

@AnderUstarroz
Copy link

The library is great but currently it seems to rely on the following dependencies:

    "react": "^16.8.0  || ^17.0.0",
    "react-dom": "^16.8.0  || ^17.0.0"

@iamyoki Could you upgrade dependencies so it also supports React v18? It works out the box but just need to add:

    "react": "^16.8.0  || ^17.0.0  || ^18.0.0",
    "react-dom": "^16.8.0  || ^17.0.0  || ^18.0.0"
@peterschwarzdev
Copy link

peterschwarzdev commented May 16, 2024

Seems like @iamyoki just need to merge this pull request: #27 and publish ?

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

2 participants