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 28c559d commit 2e92b73Copy full SHA for 2e92b73
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.25.1
4
+ - Remove bad ReactComponent typecheck on Route/Location.
5
+
6
## 0.25.0
7
- Better React 0.13 support without typechecking errors.
8
- Send (path, navigation, cb) - don't lose `navigation` object.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.25.0",
+ "version": "0.25.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments