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.
React
StrictModeis 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.9throws errors when usingStrictMode: