Answer the question
In order to leave comments, you need to log in
Errors ts2605, how to start a project?
I have a problem. The project does not start, if you run it through npm run start, everything is OK, everything is clickable for the first couple of seconds, and then everything is not clickable and typing errors appear in the browser console by type:.
JSX element type 'Provider<AnyAction | LocationChangeAction<PoorMansUnknown>>' is not a constructor function for JSX elements.
The types returned by 'render()' are incompatible between these types.
Type 'ReactNode' is not assignable to type 'Element | null'.
Type 'undefined' is not assignable to type 'Element | null'. TS2605
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question