Mithi Sevilla
Mithi Sevilla
Hi @warren-bank , This looks really cool! I'll try it out once my schedule clears up! Keep up the good work!
Could be related to this issues https://github.com/radix-ui/primitives/issues/3251 https://github.com/radix-ui/primitives/issues/1496 https://github.com/radix-ui/primitives/issues/1925
@BearToCode hi! Long time no see 🤗 Svelte 5 is officially alive! 🥳 https://svelte.dev/blog/svelte-5-is-alive
Could be related to this issues https://github.com/radix-ui/primitives/issues/3251 https://github.com/radix-ui/primitives/issues/1496 https://github.com/radix-ui/primitives/issues/1925 The comments in the issues above provide various work-arounds
> That's why I'm wondering why it was chosen to use `let` everywhere in the docs and what are the cons of using const I’ve been wondering the same thing....
> I think the problem here is each...if you directly print the store it updates properly but since the reference is the same the each is probably skipping the render...