TypeError: Object prototype may only be an Object or null: undefined
camposyan opened this issue ยท 3 comments
camposyan commented
mhmddorgham commented
I am facing the same issue with Nextjs13 app, have you solved it ?
adambedford commented
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
adarshraj576 commented
Even making it client component doesn't worked. Anyone else facing the same issue or knows how to deal with it?