Skip to content

Debug not as verbose when enabling via method #24

@aulneau

Description

@aulneau

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:
screen shot 2018-05-17 at 11 21 29 am

vs the sample project (and other non-ssr apps I've used redux-bundler with)
screen shot 2018-05-17 at 11 21 49 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions