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.
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
I rolled back to 3.3.3333 release and I don't have this problem. Looks like something is wrong with the latest release.
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
Activity
Fxlr8 commentedon Apr 5, 2019
I rolled back to 3.3.3333 release and I don't have this problem. Looks like something is wrong with the latest release.
DanielRosenwasser commentedon Apr 10, 2019
We're currently tracking this at microsoft/TypeScript#30819.
This is fine; alternatively, you can
@types/styled-components
which avoids this regression so long as you have no interpolations.