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
Not easily.. or rather it would require resolution. I suppose we could try but keep in mind . heuristics matter for possible reactive wrapping since getters/proxies. Even if we could optimize this case where everything is inlined like that it would drop back as soon as it was in another file.
Still not inline-able in the template, but #283 should at least address not having to wrap namespace imports under effects, the only tradeoff being that you'd have to author these classes in a separate file.
When using tailwindcss/unocss, there are places where styles are duplicated, so this way is needed to reference duplicated styles.
Is it possible to optimize
style.text
to be likestyle_text
?The reproduce code:
https://playground.solidjs.com/anonymous/4d3dfcf1-136f-4a7c-ba38-1cdfa8418e9f
The text was updated successfully, but these errors were encountered: