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
The component is client-only now. This means that if you use SSR, you need to make sure that the component is only instantiated on the client (e.g. use with Nuxt). Having this flexible led to some issues.