RDT crashes page if store.subscribe is undefined
Author: philipwhiukCreated Aug 3, 2026Updated Aug 3, 2026
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:65460Source code:
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: reduxjs/redux-devtools