TryCatchLearn / Reactivities-v6

313 stars 179 forks source link

No overload matches createBrowserHistory #6

Closed Amir9359 closed 2 years ago

Amir9359 commented 2 years ago

No overload matches in line 18 Overload 1 of 2, '(props: RouterProps | Readonly): Router', gave the following error. Type 'BrowserHistory' is missing the following properties from type 'History': length, goBack, goForward Overload 2 of 2, '(props: RouterProps, context: any): Router', gave the following error. Type 'BrowserHistory' is not assignable to type 'History'.

ReactDOM.render(

/*18 */ , document.getElementById('root')