Skip to content

Commit bd67dbe

Browse files
committed
sneak peek preview release
1 parent 8e4a60c commit bd67dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"dependencies": {
2828
"react": "^15.3.2",
29-
"router-async": "0.0.2"
29+
"router-async": "0.0.3"
3030
}
3131
}

src/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface Props {
1111
}
1212
export interface State {
1313
location: any,
14-
Component: React.ReactElement<Props>;
14+
Component: React.ComponentClass<Props>;
1515
}
1616
export interface Action {
1717
(): React.ReactElement<Props>;

0 commit comments

Comments
 (0)