You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -903,13 +903,21 @@ export function unliftStore<
903
903
returnaction;
904
904
}
905
905
906
-
return{
907
-
...liftedStore,
906
+
const$$observable=getSymbolObservable();
907
+
if(!($$observableinliftedStore)){
908
+
console.warn(
909
+
'Symbol.observable as defined by Redux and Redux DevTools do not match. This could cause your app to behave differently if the DevTools are not loaded. Consider polyfilling Symbol.observable before Redux is imported or avoid polyfilling Symbol.observable altogether.'
0 commit comments