Replies: 1 comment 1 reply
-
The nuclear option would be to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! To be honest, I am not a big fan of Svelte 5 Runes and did enjoy the simplicity of
$:
reactivity in Svelte3/4.So I am working with Svelte on a daily basis and we have a code base mainly using 3/4 syntax. Now the first components use Svelte 5 Runes but have to work with former Svelte 4 components (composition).
So it came as it had to come and over a bind:value attribute I've got a Proxy(Array) instead of an Array. My former code checked for an Array using
Array.isArray
, but this obviously fails. What can I do about it?Beta Was this translation helpful? Give feedback.
All reactions