kevinsqi/react-circular-progressbar

TypeError: Object prototype may only be an Object or null: undefined

camposyan opened this issue ยท 3 comments

๐Ÿ› Bug report

Summary of issue

image
image

Your environment

Next js 13 with typescript

I am facing the same issue with Nextjs13 app, have you solved it ?

Update: Looks like server components are the culprit here. Put this into a client component (use client) and should be good to go.

--

Just ran into this too

Even making it client component doesn't worked. Anyone else facing the same issue or knows how to deal with it?