mkierdev
mkierdev
callOnce was just an example of how important it is to provide minimal version info across every feature. I understand that it would be impossible to keep versioning whole docs...
> We're experiencing a similar issue, although in our case we're using Supabase. The offending block of code is > > ```js > const test = async () => {...
Same here, any updates?
Same problem here, when we have 1400 points and use MarkerCluser, map freezes for couple of seconds. If we stick to normal Marker, it can render 1400 markers without any...
@danielroe any news on this? Should we create middlewares in plugins instead?
> what's happening if you run testFunctionWithUseRouteInside() on "onMounted()" lifecycle? Running in onMounted() seems fine, however above code is highly simplified :) These functions must be SSR-friendly. SSR is fine,...
> i think it is a normal behaviour because if you run the code outside "onMounted" lifecycle, you are almost in "creating", it means that you are still in the...
> However, when `useRoute` is called outside a page context(...) @danielroe is there any workaround available right now? Cause it prevents us from upgrading from 3.11. Passing route from page...
> > > However, when `useRoute` is called outside a page context(...) > > > > > > @danielroe is there any workaround available right now? Cause it prevents us...
> I think the current behaviour on the Nuxt end is correct. Yet prior to Nuxt 3.12 it was working differently and this issue is marked as bug. Just trying...