# 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:
- Go to http://0.0.0.0:8000/#/1 in your browser
- Click on link "two"
- 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 ``.