React Node vs Element
Unanswered
Polar bear posted this in #help-forum
Polar bearOP
Hello,
I upgraded Next to v14 and am getting the following error:
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>)