Closed lorenzejay closed 2 years ago
@lorenzejay I'm also using NextJS 13 and it's rendering correctly to me.
Did you add 'use client'
to the parent component?
Got it working after deleting the node_modules and next folders and retrying next dev. Works now. Actually works as server component
too.
having the same bug: empty div :( any help?
Migrating to next13, wondering if anyone else is experiencing this once you moved component to app directory.