Skip to content

Commit 0ce079e

Browse files
committed
Don't send the state twice after importing
1 parent 4f20162 commit 0ce079e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/browser/extension/inject/pageScript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ const devToolsExtension = function(reducer, preloadedState, config) {
163163
const nextLiftedState = importState(state, config);
164164
if (!nextLiftedState) return;
165165
store.liftedStore.dispatch({type: 'IMPORT_STATE', ...nextLiftedState});
166-
relayState();
167166
} catch (e) {
168167
relay('ERROR', e.message);
169168
}

0 commit comments

Comments
 (0)