Skip to content

Commit 882dfd8

Browse files
authored
react-dom to the peer deps
`react-dom` is required by [reactBatchedUpdates](https://github.com/reduxjs/react-redux/blob/master/src/utils/reactBatchedUpdates.js#L2)
1 parent 31c998a commit 882dfd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8.3",
40+
"react-dom": "^16.8.3",
4041
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
4142
},
4243
"dependencies": {

0 commit comments

Comments
 (0)