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 8e4a60c commit bd67dbeCopy full SHA for bd67dbe
package.json
@@ -26,6 +26,6 @@
26
},
27
"dependencies": {
28
"react": "^15.3.2",
29
- "router-async": "0.0.2"
+ "router-async": "0.0.3"
30
}
31
src/router.tsx
@@ -11,7 +11,7 @@ export interface Props {
11
12
export interface State {
13
location: any,
14
- Component: React.ReactElement<Props>;
+ Component: React.ComponentClass<Props>;
15
16
export interface Action {
17
(): React.ReactElement<Props>;
0 commit comments