I am doing this Router tutorial.
My App.jsx file:
import React from \'react\'; import ReactDOM from \'react-dom\'; import { Router, Route, Link, browserH
in my case the problem was with ReactDom namespace. just change it to something else and it work!
import XReactDom from 'react-dom'