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
Hi,
Coming from sveltejs/svelte#4694. handlers.ts is using array push with spread operator in multiple places and it is causing max call stacks in v8 (too many params in a function call).
The issue is providing an example but I can come up with a repro if you want.
I'd like to handle it but I am not sure what you prefer: using for loops, array concat, or even using a codemod ? Or not handling it at all 😄
Cheers,
The text was updated successfully, but these errors were encountered:
Hi,
Coming from sveltejs/svelte#4694.
handlers.ts
is using array push with spread operator in multiple places and it is causing max call stacks in v8 (too many params in a function call).The issue is providing an example but I can come up with a repro if you want.
I'd like to handle it but I am not sure what you prefer: using for loops, array concat, or even using a codemod ? Or not handling it at all 😄
Cheers,
The text was updated successfully, but these errors were encountered: