diff --git a/src/init.tsx b/src/init.tsx index e3ddf10f3..28891f144 100644 --- a/src/init.tsx +++ b/src/init.tsx @@ -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;