You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See attached video (and CPU dump), basically, I'm forced to reload the window any time I try to add a new tw=`` tag to an element inside of a .tsx file.
Create a new element with the css prop, such as <span css={tw`m-0`}>
Autocomplete doesn't load, and attempting to apply all fixes hangs, forcing a window reload.
If you cancel the pending fix, save anyway, reload the window, and resume editing the new element, autocomplete becomes available and things function normally.
@Arthie fyi your latest commit ('solving' this issue) introduces a very unpleasant UX change that took me hours to track down. See below:
To get rid of it, I had to disable the plugin. I can imagine other people encountering the same issue as me so it might be good publishing a new version reverting this change for now.
See attached video (and CPU dump), basically, I'm forced to reload the window any time I try to add a new
tw=``
tag to an element inside of a.tsx
file.css
prop, such as<span css={tw`m-0`}>
Does this appear to be related to this extension?
CPU dump: Arthie.vscode-tailwindcssinjs-unresponsive.cpuprofile.txt
Repro .MOV: Repro Steps.mov.zip
My extension list:
The text was updated successfully, but these errors were encountered: