react-useanimations icon indicating copy to clipboard operation
react-useanimations copied to clipboard

NextJs server components error.

Open DemaPy opened this issue 1 year ago • 3 comments

Hi, i have faced into problem with prerendering "client" components in NextJs. Event after adding use client directive, i still have error insode server console like: document is not defined.

image

Used: npx create-next-app@latest with typescript and server components.

image

Problem lies in lottie.js file.

DemaPy avatar Dec 24 '23 16:12 DemaPy

I can confirm this error. Screen Shot 2023-12-29 at 1 43 38 AM

cliid avatar Dec 29 '23 06:12 cliid

I can confirm this aswel, I am using NextJS 14.0.4: image

DamienDeloubes avatar Jan 21 '24 14:01 DamienDeloubes