Next.js Discord

Discord Forum

React Node vs Element

Unanswered
Polar bear posted this in #help-forum
Open in Discord
Polar bearOP
Hello,

I upgraded Next to v14 and am getting the following error:

Type 'Element' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'Element' but required in type 'ReactPortal'.

const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(<some button component>)

0 Replies