Open LazyClicks opened 1 year ago
no idea how we can fix this, is there a setting in vscode?
sorry didn't see a noti for a reply i think vsc is treating it like react since it's .tsx?
problem is with emmet not supporting qwik, here's an issue in it https://github.com/emmetio/emmet/issues/718
@LazyClicks is it still an issue?
@LazyClicks is it still an issue?
It sometimes occurs now, which is very weird Sometimes it's correct sometimes it's react className
Can we do something to solve it or is it something out of our control?
Can we do something to solve it or is it something out of our control?
apparently u can edit the configs for emmet to fix it, havent tried it yet here
Would you like to open a PR for that? Thanks in advance
Which component is affected?
Qwik Runtime
Describe the bug
an example is i would do
div.name
what i would expect is a<div class="name"></div>
but what comes up is<div className="name"></div>
the react way i tried both webstorm and vsc and both have this issueReproduction
https://github.com/LazyClicks/first-qwik-project
Steps to reproduce
No response
System Info
Additional Information
No response