mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-30 05:14:53 +08:00
[fix] AppContainer initial state
Regression introduced in:
217ad97bfd
Close #738
This commit is contained in:
committed by
Nicolas Gallagher
parent
3e12ddfb2b
commit
4da4dd57c4
@@ -29,6 +29,8 @@ type State = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default class AppContainer extends Component<Props, State> {
|
export default class AppContainer extends Component<Props, State> {
|
||||||
|
state = { mainKey: 1 };
|
||||||
|
|
||||||
static childContextTypes = {
|
static childContextTypes = {
|
||||||
rootTag: any
|
rootTag: any
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user