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
Also I have issue that rollup + esbuild clears this comments while bundling. This can be footgun for library authors
Esbuild is not supporting keeping comments for example: evanw/esbuild#1439
If we are using
@trackSignals
directive - component can be untransformed without aware.Incorrect:
Correct:
I think this behaviour will be confusing for transform users, transform should throw error, at least, if cannot handle
@trackSignals
.Proposal:
Probably transform can also adapt more common directives pattern:
use client
,show source
,worklet
.Maybe something like
use signals
.This syntax can be less confusing in terms of components wrapped in hocs
The text was updated successfully, but these errors were encountered: