This repository was archived by the owner on Jul 6, 2025. It is now read-only.
  
  
  
  
How to force fragment to render on client #558
              
                Unanswered
              
          
                  
                    
                      JorisBlanken
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
@react-three/fiberin my Aleph project.The
@react-three/fiberCanvaselement depends onreact-spring, which in turn depends onResizeObserver, which the deno SSR environment doesn't support.I wrapped my
Canvasin aSuspense, which solves the problem functionally, but errors are still being thrown.I wasn't able to find anything about client-side rendering in the docs.
What's the recommended way of forcing a component or fragment to render client-side only?
Beta Was this translation helpful? Give feedback.
All reactions