Next.js Discord

Discord Forum

Argument of type 'Element' is not assignable to parameter of type 'ReactNode'. Property 'children'

Unanswered
MyMy posted this in #help-forum
Open in Discord
I have type error as above and I don't know how can I fix it. It appear on createPortal

createPortal(<FloatingLinkEditor editor={editor} />, document.body)}


version I'm using:
"@types/node": "^20.5.6",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.21"

0 Replies