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
i'm working an complicated build pipeline where i added solid-refresh babel plugin, and encountered the following issue when solid-primitives/refs is processed:
This happens because we hoist the functions at the top so we can wrap them later on with refresh, but never did I took TypeScript's same name feature into consideration
i'm working an complicated build pipeline where i added solid-refresh babel plugin, and encountered the following issue when
solid-primitives/refs
is processed:comparing the generated files, you can see the difference:
w/out solid-refresh:
w/ solid-refresh:
Probably the solution and expected behavior is that library code like solid-primitives would not be processed via the solid-refresh babel pipeline?
The text was updated successfully, but these errors were encountered: