create-react-app-typescript
create-react-app-typescript copied to clipboard
Typings error on start without any modifications
Is this a bug report?
yes
Can you also reproduce the problem with npm 4.x?
yes
Which terms did you search for in User Guide?
Environment
[email protected] [email protected] [email protected] [email protected]
mac os X High Sierra
Steps to Reproduce
-
create-creact-app example ---scripts-version=react-scripts-ts
-
cd example/
-
yarn start
Expected Behavior
Compile and show example page
Actual Behavior
(2236,19): Interface 'Element' cannot simultaneously extend types 'ReactElement<any>' and 'ReactElement<any>'.
Named property 'type' of types 'ReactElement<any>' and 'ReactElement<any>' are not identical. ```
having the same issue.
Also having the same issue. Any updates?
Sounds a bit similar to: https://github.com/wmonk/create-react-app-typescript/issues/313 https://github.com/wmonk/create-react-app-typescript/issues/341
Would you mind checking the output of npm ls @types/react
for duplicates?