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
I ran into this issue as well, but there's an easy work around for it. Just create a custom React Component that can use client and then you can call it even from SSG style components.
It doesn't work as server component in new nextJs App Router. Only with

"use client"
I wrote simple component, and get error
without turbo get this error
honestly I think it can't be a server component because SVGInjector use
document.
. But just wanna get some thoughts about thatThe text was updated successfully, but these errors were encountered: