page.bundle.js:6 Uncaught TypeError: t.subscribe is not a function
at I (page.bundle.js:6:6537)
at page.bundle.js:6:6935
at hk (main.jsx-4WfQJ2Z1.js:841:35810)
at main.jsx-4WfQJ2Z1.js:841:65460
Source code:
|
store.subscribe(handleChange); |
Sample store definition from Chrome inspect:
{
@@observable: ƒ [d]()
dispatch: ƒ s(c)
getState: ƒ i()
liftedStore: ƒ ()
replaceReducer: ƒ replaceReducer(c)
[[Prototype]]: Object
}
I think this is because RDT now has a higher Redux version requirement. But it should gracefully fail rather than crash the whole page
Source code:
redux-devtools/extension/src/pageScript/index.ts
Line 498 in 4b1d1d6
Sample store definition from Chrome inspect:
I think this is because RDT now has a higher Redux version requirement. But it should gracefully fail rather than crash the whole page