Skip to content

Commit

Permalink
Fix missing react-dom peer dependency (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Aug 21, 2020
1 parent e8836cb commit 94872f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"typescript": "^4.0.2"
},
"peerDependencies": {
"react": ">=16.8.0"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"directory": "lib"
Expand Down

0 comments on commit 94872f9

Please sign in to comment.