Firstly, thank you for your contribution with this amazing librayr!
I am currently working on a cross-browser extension. The library works well with Chrome but within Firefox, because of the way Firefox works with extensions, it seems to lose the redux store and throws the can't access dead object whenever it encounters a statement like store.dispatch(...) in the BackgroundPage, if the extension loses context (ie the user navigates to another tab which causes the pop-up to close), and then crashes the extension.
Any idea of how to go about it? Thank you for your help!
Firstly, thank you for your contribution with this amazing librayr!
I am currently working on a cross-browser extension. The library works well with Chrome but within Firefox, because of the way Firefox works with extensions, it seems to lose the redux store and throws the
can't access dead object
whenever it encounters a statement likestore.dispatch(...)
in the BackgroundPage, if the extension loses context (ie the user navigates to another tab which causes the pop-up to close), and then crashes the extension.Any idea of how to go about it? Thank you for your help!