diff --git a/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap b/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap index 74b206c594..fc1a694318 100644 --- a/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap +++ b/client/src/components/Explorer/__snapshots__/Explorer.test.js.snap @@ -10,11 +10,11 @@ exports[`Explorer renders 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } /> @@ -54,11 +54,11 @@ exports[`Explorer visible 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } /> diff --git a/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap b/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap index ca6d683ebb..3604081f03 100644 --- a/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap +++ b/client/src/components/PageExplorer/__snapshots__/PageExplorer.test.js.snap @@ -9,11 +9,11 @@ exports[`PageExplorer renders 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } /> @@ -52,11 +52,11 @@ exports[`PageExplorer visible 1`] = ` onClose={[Function]} store={ Object { + "@@observable": [Function], "dispatch": [Function], "getState": [Function], "replaceReducer": [Function], "subscribe": [Function], - Symbol(observable): [Function], } } />