Skip to content

Commit a8095b2

Browse files
authored
Merge pull request #97 from NadavShaar/ilay/main/#95-fixed_compatibility_issue_with_react_18
#95 Fixed compatibility issue with react 18
2 parents d1bb03f + a58abad commit a8095b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"test": ""
6262
},
6363
"peerDependencies": {
64-
"react": "^17.0.1",
65-
"react-dom": "^17.0.1",
64+
"react": ">17.0.1",
65+
"react-dom": ">17.0.1",
6666
"prop-types": "^15.7.2"
6767
},
6868
"devDependencies": {

0 commit comments

Comments
 (0)