VALERIY SINEVICH
VALERIY SINEVICH
### Description ``` toRefs() expects a reactive object but received a plain one. [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle...
Hi, In the process of implementing the auto-suggestions component, we encountered a problem. In manual mode (`triggers: [], :shown="boolean"`), `input` loses focus. https://github.com/Akryum/floating-vue/blob/main/packages/floating-vue/src/components/PopperContent.vue#L26 This is due to setting `tabindex=0`: https://user-images.githubusercontent.com/33551334/175253476-8b525dca-47a5-4564-b87d-0dd37463d38f.mp4...
### Environment ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.7.4 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: -...
#### Describe the bug https://stackblitz.com/edit/vitejs-vite-esd35p #### Environment - Vue version: [v3.4.5] - Component Version: [e.g. 4.1.0-beta.7]
Reproduction: https://image.nuxt.com/playground Warnings 
After recent updates to vue.js, warning started to occur when using `useRuntimeConfig` hook in the custom image-provider. Reproduction: https://stackblitz.com/edit/nuxt-image-swdizt?file=providers%2Fmy-provider.ts `[Vue warn]: getCurrentInstance() called inside a computed getter. This is incorrect...
https://discord.com/channels/279063743839862805/1126883606237823029/1128987685109907486
Not necessarily SSR mode, there's a SPA It's just that nuxt3 is a great opinionated ecosystem, it even has its own awesome [ui libs ](https://ui.nuxtlabs.com/getting-started) This can be done after...