Conduitry
Conduitry
As this message indicates, this is a warning, not an error. Are there any problems in your built app?
Did you look into whether you're experiencing the npm bug mentioned in the error message? Otherwise, we'll need a reproduction. If this is due to Rollup not being able to...
As with https://github.com/sveltejs/kit/pull/12129. I expect that this is blocked until Vercel supports pnpm v9.
I don't think the behavior here should change, nor should the core compiler be aware of things like 'in `src`' and 'in `node_modules`'. The recommended way to handle this would...
In the generated code, I do see these in order ```js $.action(button, ($$node) => action($$node)); $.event("click", button, handler, false); ``` so I'm assuming that `$.action` isn't synchronously calling the action's...
_Conversely_, when I'm using `onclick`, it looks like the action's event handler always gets called first: https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACnWQwW7DIAyGX8XikkSqunuWVtpht73BsgMDp0MjdgSmUhXl3QtJtu6yC_Db_j_bzGpwHqNq32dFekTVqpdpUgclt6mIeEUvmHXkFEyJdNEEN8m5p16GREYcE-j1qoktNjCXVC9FHLW1r1ckeXNRkDDUlfHOfFcHqBs4ncEwRfZ49HzZUzAEHncgYPHClybrMVRN81zQSz7-Nt_T9W_n_6ABL8nr8OD94Lqnx1LUfSaRjGVarad5L18gRWy3wdbtt7ri3l45mD9qZOsGh1a1EhIuH8sdwiQTbGMBAAA= I'm guessing this is expected, though? Is this just a result of event...
I'm -1 on this. This feels like adding a feature for the sake of parity with the Promise API, and not for the sake of what's generally useful. The situations...
This has gotten three thumbs down from maintainers, and I am going to close it. I will also note that adding a feature that lets you write less code in...
This should be fixed in 3.56.0.
This should be fixed in 3.56.0.