Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch connected-react-router@6.9.3 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/connected-react-router/package.json b/node_modules/connected-react-router/package.json
index 2c5b11b..3d3b210 100644
--- a/node_modules/connected-react-router/package.json
+++ b/node_modules/connected-react-router/package.json
@@ -33,7 +33,7 @@
},
"peerDependencies": {
"history": "^4.7.2",
- "react": "^16.4.0 || ^17.0.0",
+ "react": "^16.4.0 || ^17.0.0 || ^18.2.0",
"react-redux": "^6.0.0 || ^7.1.0",
"react-router": "^4.3.1 || ^5.0.0",
"redux": "^3.6.0 || ^4.0.0"
This issue body was partially generated by patch-package.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
connected-react-router@6.9.3for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.