We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61449f commit 5b42eeeCopy full SHA for 5b42eee
package.json
@@ -4,8 +4,8 @@
4
"description": " React Component to lazy load images using a HOC to track window scroll position. ",
5
"main": "build/index.js",
6
"peerDependencies": {
7
- "react": "^15.x.x || ^16.x.x",
8
- "react-dom": "^15.x.x || ^16.x.x"
+ "react": "^15.x.x || ^16.x.x || ^17.x.x",
+ "react-dom": "^15.x.x || ^16.x.x || ^17.x.x"
9
},
10
"dependencies": {
11
"lodash.debounce": "^4.0.8",
0 commit comments