Skip to content

Commit

Permalink
fix: added react-dom as optional peer dep, fixes #3885
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 17, 2024
1 parent 32c934b commit c7d68f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mobx-react-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"peerDependencies": {
"mobx": "^6.9.0",
"react": "^16.8.0 || ^17 || ^18"
"react": "^16.8.0 || ^17 || ^18",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down

0 comments on commit c7d68f5

Please # to comment.