Next 13 — client and async server component combined: 'Promise<Element>' is not a valid JSX element – Reactjs
I was playing with the experimental Next 13 app directory. As per the documents, a client component can accept a server component, as long as it is as a children prop. It works, however I do get a type error…