We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0638f commit 4a2b528Copy full SHA for 4a2b528
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.31.4
4
+ - Remove `react/lib/batchedUpdates` require(), which was causing issues with CDN users.
5
+
6
## 0.31.3
7
- Fix import of `batchedUpdates` (currently ReactDOM.unstable_batchedUpdates) for use with the CDN
8
version of React.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.31.3",
+ "version": "0.31.4",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments