svelte-command-palette icon indicating copy to clipboard operation
svelte-command-palette copied to clipboard

Does this package support reactivity?

Open th8m0z opened this issue 1 year ago • 0 comments

I have a use case where users can create new items and so far I need to reload the page every time before a new item is added to the commands of the palette.

Let me know if dynamic item adding is supported by this package by default, so far I have implemented a workaround by passing a key and re-rendering every time an item is added.

th8m0z avatar Dec 18 '23 01:12 th8m0z