Closed
Description
Starting 3.13.0, Svelte introduced a regression that broke use:action
when there are more than 1 argument being passed.
See ItalyPaleAle/svelte-spa-router#59
You can see the REPL here, and open the console to see the result:
- Version 3.14.1 (broken): https://svelte.dev/repl/27728c98515a4f158b65a9e62bd220c2?version=3.14.1 In the console, the first argument is missing and the second one is "undefined"
- Version 3.12.1 behaves correctly: https://svelte.dev/repl/27728c98515a4f158b65a9e62bd220c2?version=3.12.1