I'm working with redux-bundler and next.js (ssr react), and when trying to enable debug mode by doing something along the lines of
componentDidMount(){
localStorage.debug = true
}
Redux bundler doesn't catch it and it never turns on. However when I enable it via the exposed function, it does turn it on but I no longer can see the selectors or reactors.
This is what I see:

vs the sample project (and other non-ssr apps I've used redux-bundler with)
