const Slider = dynamic(() => import('react-slick'), { ssr: false })
Making sure that the dynamic import renders only to the client will resolve the error.