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
After following the steps to install in a Nuxt app, I'm getting the ff. warnings and error when I run the app:
Note that it still works, you just need to wrap the <Toaster /> component in a <ClientOnly /> component. Maybe add that to instructions or create another component that wraps <Toaster /> with <ClientOnly />
The text was updated successfully, but these errors were encountered:
After following the steps to install in a Nuxt app, I'm getting the ff. warnings and error when I run the app:
Note that it still works, you just need to wrap the
<Toaster />
component in a<ClientOnly />
component. Maybe add that to instructions or create another component that wraps<Toaster />
with<ClientOnly />
The text was updated successfully, but these errors were encountered: