[fix] AppContainer initial state

Regression introduced in:
217ad97bfd

Close #738
This commit is contained in:
Mo Kouli
2017-12-20 13:36:10 -08:00
committed by Nicolas Gallagher
parent 3e12ddfb2b
commit 4da4dd57c4

View File

@@ -29,6 +29,8 @@ type State = {
};
export default class AppContainer extends Component<Props, State> {
state = { mainKey: 1 };
static childContextTypes = {
rootTag: any
};