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 a7dc0db commit 3ceb9c0Copy full SHA for 3ceb9c0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.31.3
4
+ - Fix import of `batchedUpdates` (currently ReactDOM.unstable_batchedUpdates) for use with the CDN
5
+ version of React.
6
+
7
## 0.31.2
8
- Remove an errant 'let' that made its way into the build.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.31.2",
+ "version": "0.31.3",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments