Fix init.tsx types
Reviewed By: passy Differential Revision: D17166152 fbshipit-source-id: b1f7071bd36b62276f1c077e49ebd7342a9ef3e4
This commit is contained in:
committed by
Facebook Github Bot
parent
a04e9aa986
commit
4d0ab98c57
@@ -84,7 +84,7 @@ function init() {
|
||||
}
|
||||
|
||||
// rehydrate app state before exposing init
|
||||
persistStore(store, null, () => {
|
||||
persistStore(store, undefined, () => {
|
||||
dispatcher(store, logger);
|
||||
// make init function callable from outside
|
||||
window.Flipper.init = init;
|
||||
|
||||
Reference in New Issue
Block a user