File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,15 @@ Check out a working demo here: https://4mkpc.csb.app/
7777
7878## Installation
7979
80- ``` javascript
80+ 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+ ``` bash
8189npm install react-sizeme
8290```
8391
Original file line number Diff line number Diff line change 3535 "shallowequal" : " ^1.1.0" ,
3636 "throttle-debounce" : " ^3.0.1"
3737 },
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- },
4238 "devDependencies" : {
4339 "@babel/cli" : " ^7.14.8" ,
4440 "@babel/core" : " ^7.15.0" ,
You can’t perform that action at this time.
0 commit comments