Material-ui: materal-ui/core 1.1.0 is not working with Typescript 2.9.1 compiler

Created on 1 Jun 2018  路  2Comments  路  Source: mui-org/material-ui

Falls with errors:

image

Reverting back to Typescript 2.8.3 solves issues above.

typescript

Most helpful comment

Millions and millions of
TS2604: JSX element type 'Card' does not have any construct or call signatures.
TS2604: JSX element type 'CardHeader' does not have any construct or call signatures.
TS2604: JSX element type 'IconButton' does not have any construct or call signatures.

All 2 comments

Millions and millions of
TS2604: JSX element type 'Card' does not have any construct or call signatures.
TS2604: JSX element type 'CardHeader' does not have any construct or call signatures.
TS2604: JSX element type 'IconButton' does not have any construct or call signatures.

Fixed by #11669.

Was this page helpful?
0 / 5 - 0 ratings