You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ojvribeiro, thank you very much for raising the issue (and providing a reproduction).
I'll be releasing a fix in the next 30 minutes or so. In the meanwhile, you should be able to overcome the issue by using activeId instead of isActive.
There's an error occorring on Nuxt 3 using this lib on SSR mode.
Minimal reproduction: https://stackblitz.com/edit/nuxt-starter-xtdjhc?file=app.vue
On Stackblitz the error can only be seen on terminal (not breaking the application):
On local and production, this error is shown as an error 500, thus breaking the execution of the app:
The current workaround is by wrapping the loop of links with a
<ClientOnly>
Nuxt component.The text was updated successfully, but these errors were encountered: