harunurhan / react-latex-next

Render LaTeX in React apps
https://react-latex.netlify.app
88 stars 17 forks source link

NextJS 13, "use client", and TypeError #48

Closed vanyabrucker closed 7 months ago

vanyabrucker commented 7 months ago

I always got: TypeError: Object prototype may only be an Object or null: undefined

Had to use "use client" in my Next 13 app to make it work. You can read more about "use client" here.

Is this on purpose?

harunurhan commented 7 months ago

@vanyabrucker not familiar with RSC yet, so they might have a limitation which Latex is hitting, but I'll try to have a look.

harunurhan commented 7 months ago

I'll try to publish a release soon.