Skip to content

Uncaught Invariant Violation: findComponentRoot(..., .0.$1.0): Unable to find element. This probably means the DOM was unexpectedly mutated ...

Notifications You must be signed in to change notification settings

happypoulp/redux-router-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue with redux-router

# Install dependencies
npm install

# Start the webpack-dev-server
npm run webpack-dev-server

# start the application server
npm run server

To reproduce the issue:

  1. Go to http://0.0.0.0:8000/#/1 in your browser
  2. Click on link "two"
  3. See the error in your browser's JS console:
Uncaught Invariant Violation: findComponentRoot(..., .0.$1.0): Unable to find element. This probably means the DOM was unexpectedly mutated (e.g., by the browser), usually due to forgetting a  when using tables, nesting tags like , 

, or , or using non-SVG elements in an parent. Try inspecting the child nodes of the element with React ID ``.

About

Uncaught Invariant Violation: findComponentRoot(..., .0.$1.0): Unable to find element. This probably means the DOM was unexpectedly mutated ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published