Skip to content

UIRouter and React StrictMode #463

@wallzero

Description

@wallzero

React StrictMode is used to test components for unsafe life cycle events and to future proof components for React with concurrent mode enabled. See here for more details.

@uirouter/react@0.8.9 throws errors when using StrictMode:

The Router.start() method has been called more than once.

The <UIRouter> component calls start() as final step of the initialization and you shouldn't need to call it manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions