Use with Remix? #2625
-
Has anyone had any success using React Spectrum with Remix? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
Just gave it a try and it won't work out-of-the-box. It looks like it might need some extra configuration for loading css. I'll take another look when I get some time and follow up with a solution if I get it working. |
Beta Was this translation helpful? Give feedback.
-
Any updates in this section? |
Beta Was this translation helpful? Give feedback.
-
The problem I'm running into so far is that the let isSSR = useIsSSR();
let {portalContainer = isSSR ? null : document.body, ...rest} = props; I'll try to post any updates I find for this. If anyone has ideas, please share. |
Beta Was this translation helpful? Give feedback.
-
Has anyone had any success running this with remix.run? I get Syntax error trying to run it with remix,
|
Beta Was this translation helpful? Give feedback.
-
A Remix section has been added to the SSR docs |
Beta Was this translation helpful? Give feedback.
A Remix section has been added to the SSR docs