We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
Seems like @iamyoki just need to merge this pull request: #27 and publish ?
Sorry, something went wrong.
shit, the author doesn't update the package.json, just manual copy the useTransition file to own project
No branches or pull requests
The library is great but currently it seems to rely on the following dependencies:
@iamyoki Could you upgrade dependencies so it also supports React v18? It works out the box but just need to add:
The text was updated successfully, but these errors were encountered: