Skip to content

Commit 46230c5

Browse files
committed
fix: rely on react-dom
1 parent 89ea984 commit 46230c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"typedoc": "typedoc"
3131
},
3232
"peerDependencies": {
33-
"react": ">=16"
33+
"react": ">=16",
34+
"react-dom": ">=16"
3435
},
3536
"release": {
3637
"branches": [

0 commit comments

Comments
 (0)