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 9e5e77c commit bb1c4e1Copy full SHA for bb1c4e1
2 files changed
README.md
@@ -77,7 +77,15 @@ Check out a working demo here: https://4mkpc.csb.app/
77
78
## Installation
79
80
-```javascript
+Firstly, ensure you have the required peer dependencies:
81
+
82
+```bash
83
+npm install react react-dom
84
+```
85
86
+> **Note:** We require >=react@0.14.0 and >=react-dom@0.14.0
87
88
89
npm install react-sizeme
90
```
91
package.json
@@ -35,10 +35,6 @@
35
"shallowequal": "^1.1.0",
36
"throttle-debounce": "^3.0.1"
37
},
38
- "peerDependencies": {
39
- "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
40
- "react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
41
- },
42
"devDependencies": {
43
"@babel/cli": "^7.14.8",
44
"@babel/core": "^7.15.0",
0 commit comments