Join Slack
Communities
Powered by
I had this issue today and solved it by now. For t...
# react
m
Marc Knaup
11/09/2020, 12:29 AM
I had this issue today and solved it by now. For the record,
createPortal
returns
a
ReactElement
. We’re responsible for adding it as a child:
Copy code
child(createPortal(element) { props.children() })
🙂 1
Open in Slack
Previous
Next