fastapi-react icon indicating copy to clipboard operation
fastapi-react copied to clipboard

Types and versions

Open tomlinguist opened this issue 3 years ago • 1 comments

There is some issue with types resolution

/app/src/index.tsx TypeScript error in /app/src/index.tsx(8,4): 'Router' cannot be used as a JSX component. Its instance type 'BrowserRouter' is not a valid JSX element. The types returned by 'render()' are incompatible between these types. Type 'React.ReactNode' is not assignable to type 'import("/node_modules/@types/react-transition-group/node_modules/@types/react/index").ReactNode'. TS2786

 6 | 
 7 | ReactDOM.render(

8 | <Router> | ^ 9 | <App /> 10 | </Router>, 11 | document.getElementById('root')

tomlinguist avatar Sep 02 '22 16:09 tomlinguist

Hi im having the same issue, did anyone manage to deploy it without facing the above error message, Please Guide

AlmondMilk4242 avatar Oct 28 '22 07:10 AlmondMilk4242