I have simple application in Reactjs + type script. I\'m trying to use the BrowserRouter from react-router-dom.
This is my code :
import * as React from
It seems to be Typings problem,
If you are using TypeScript 2.4.1, make sure you are using those versions of @types react.
"@types/react": "15.0.35", "@types/react-dom": "15.5.1",