Commit cdaf2eb
authored
Fix add missing peer dependency
react-dom is used in production code, so it should be a peer dependency
https://github.com/reduxjs/react-redux/blob/fa5857281a37545c7c036fb2499159b865b1c57d/src/utils/reactBatchedUpdates.js#L2
It currently causes issues with pnpm which won't provide access to packages that
are not declared as dependencies in package.json1 parent 4b9cece commit cdaf2eb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments