We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
somehow this line of styled-components syntax explodes everything
const Wrapper = styled.div``
after saving a file with this line I immediately see a node process with 100+% CPU usage and code hints stop working
Sublime 3: build 3200 Typescript plugin: v3.4.1 MacOS Mojave
The text was updated successfully, but these errors were encountered:
I rolled back to 3.3.3333 release and I don't have this problem. Looks like something is wrong with the latest release.
Sorry, something went wrong.
We're currently tracking this at microsoft/TypeScript#30819.
I rolled back to 3.3.3333 release
This is fine; alternatively, you can
@types/styled-components
No branches or pull requests
somehow this line of styled-components syntax explodes everything
after saving a file with this line I immediately see a node process with 100+% CPU usage and code hints stop working
Sublime 3: build 3200
Typescript plugin: v3.4.1
MacOS Mojave
The text was updated successfully, but these errors were encountered: