Closed vanyabrucker closed 8 months ago
I always got: TypeError: Object prototype may only be an Object or null: undefined
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?
@vanyabrucker not familiar with RSC yet, so they might have a limitation which Latex is hitting, but I'll try to have a look.
Latex
I'll try to publish a release soon.
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?