Daniel Orio
Daniel Orio
> Ive implemented a multi select mainly using the `Command` and `Popover` components what do your `debounce` function do? can you share it?
> @danielislas3 It is a utility that helps limit how often a function (`callback`) can be executed. Useful in scenarios like search input where you want to prevent frequent execution...
I’m hitting the same issue, and I believe it’s related to the [latest release v3.13.0](https://github.com/nuxt/nuxt/releases/tag/v3.13.0). It seems that there were changes in the types, which might be causing this problem....
Any update? i have the same issue