roderickhsiao / react-in-viewport

Detect if React component is in viewport
https://roderickhsiao.github.io/react-in-viewport
MIT License
350 stars 30 forks source link

Update README.md #90

Closed lovishtater closed 3 years ago

lovishtater commented 3 years ago

resolved "Unterminated string constant" while Importing react in line 158. syntax written for importing react was wrong. Added quotes to resolve the issue.

roderickhsiao commented 3 years ago

Thanks!