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

bump the peer dependency to support react v18 #35

Closed
weidonglian opened this issue Jun 3, 2022 · 2 comments
Closed

bump the peer dependency to support react v18 #35

weidonglian opened this issue Jun 3, 2022 · 2 comments

Comments

@weidonglian
Copy link

  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "tus-js-client": "^2.2.0"
  },

we need to add || ^18.0.0.

As of today now, we have to force install via npm install --force.

@kqito
Copy link
Owner

kqito commented Jun 5, 2022

I'm sorry for the delay.

This bug has been fixed in v7.0, since the version was changed to ">=16.8"!
Thank you for your report !

https://github.com/kqito/use-tus/releases/tag/v0.7.0

@weidonglian
Copy link
Author

Thanks so much:).

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