mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +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> {
|
||||
state = { mainKey: 1 };
|
||||
|
||||
static childContextTypes = {
|
||||
rootTag: any
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user