-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Compile Error:
Interface 'Element' cannot simultaneously extend types 'ReactElement<any>' and 'ReactElement<any>'. Named property 'type' of types 'ReactElement<any>' and 'ReactElement<any>' are not identical.
There is a bug reported here.
There are some solutions there that will work temporarily.
Temp Solution
From the link above:
- Run
npm install - Remove the
@types\reactfolder fromnode_modules - Run
npm start
The issue should be gone now.
Solution:
I believe the react-scripts-ts just needs to be updated but I could be wrong. There are breaking changes in the update so we must go through the changlogs and see how this might affect the repo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working