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
Would be good to update this package to support React 18
Successfully install into React 18 project.
Fails on install due to dependency react@^16.8.0
react@^16.8.0
Create a react app with latest version of React. (e.g CRA)
Install this package.
The text was updated successfully, but these errors were encountered:
We switched to react-use's implementation instead of waiting here: https://streamich.github.io/react-use/?path=/story/sensors-useintersection--docs
Sorry, something went wrong.
Fix useInView with hook from the initial implementation. See desc.
f9ccaf2
Copypaste and convert to js: https://github.com/cats-oss/use-intersection/blob/master/src/index.ts Original use-intersection react dependency hasn't been updated in a while: cats-oss/use-intersection#143 Can't use the react-use version because it's not triggering sometimes: streamich/react-use#2359 streamich/react-use#2376
No branches or pull requests
Would be good to update this package to support React 18
Expected Behavior
Successfully install into React 18 project.
Actual Behavior
Fails on install due to dependency
react@^16.8.0
Steps to Reproduce (including precondition)
Create a react app with latest version of React. (e.g CRA)
Install this package.
Screenshot on This Problem (if possible)
Your Environment
The text was updated successfully, but these errors were encountered: