Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9b181a2

Browse files
committed
Need forwardRef so need to have react peer bumped
1 parent 09c88dd commit 9b181a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"react-dom": "^16.6.3"
7676
},
7777
"peerDependencies": {
78-
"react": ">= 15",
79-
"react-dom": ">= 15"
78+
"react": ">= 16.3",
79+
"react-dom": ">= 16.3"
8080
},
8181
"dependencies": {
8282
"@babel/polyfill": "^7.0.0"

0 commit comments

Comments
 (0)