Closed valdeniomarinho closed 1 year ago
Still not solving the problem?
Try to use these lines to import on your current component
import dynamic from 'next/dynamic' const Carousel = dynamic(() => import('react-spring-3d-carousel'), { ssr: false });
Try to use these lines to import on your current component
import dynamic from 'next/dynamic' const Carousel = dynamic(() => import('react-spring-3d-carousel'), { ssr: false });
This fixes the issue. Thanks
Closing this issue as a solution has been provided by @chamblues.
Carousel:
Call Stack: