0👍
The problem was that I had installed two different npm-packages for supabase, namely @nuxtjs/supabase
(the nuxt3-supabase-package) as well as @supabase/supabase-js
(supabase’s default js-client), this resulting in the warning. I kept only the nuxt3 client, which solved it.
- [Vuejs]-Trying to use Virtual Scroller in Vue 3 But the items are buffering
- [Vuejs]-Best way to live database search in Inertia/Vue with Laravel
Source:stackexchange.com