Render a specific component in ssr true page on client side
so basically I have a component in a page which I have rendered on ssr but one of its component is giving error while rendering in ssr the component
so this one is giving me error related to esm or common js compatibility and on using common js the import seems to be coming as an undefined for Fit, Alignment but works fine if i make ssr to false for the whole page
1 Reply
extended-salmon•2mo ago
Why you dont wrap this component with
<ClientOnly>
as riv animation would always run on the client anyways