We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use the new type imports introduced by TypeScript 3.8
SyntaxError: /Users/levrik/code/<redacted>/src/theme.ts: Unexpected token (3:12) 1 | import { createMuiTheme, emphasize } from '@material-ui/core/styles'; 2 | import createPalette from '@material-ui/core/styles/createPalette'; > 3 | import type { SkeletonClassKey } from '@material-ui/lab/Skeleton';
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-exports
react-script 3.4.0 TypeScript 3.8.0
The text was updated successfully, but these errors were encountered:
Closed by #8681
Sorry, something went wrong.
This should be available in [email protected].
[email protected]
No branches or pull requests
Can't use the new type imports introduced by TypeScript 3.8
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-exports
react-script 3.4.0
TypeScript 3.8.0
The text was updated successfully, but these errors were encountered: