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
ClientOnly has a Suspense boundary, causing any unresolved resources within a ClientOnly to trigger it's own fallback. Instead, it should fallback specifically when the ClientOnly import itself is unresolved.
The text was updated successfully, but these errors were encountered:
ClientOnly
has aSuspense
boundary, causing any unresolved resources within aClientOnly
to trigger it's own fallback. Instead, it should fallback specifically when theClientOnly
import itself is unresolved.The text was updated successfully, but these errors were encountered: