-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: enhancementA new feature or addition.A new feature or addition.
Description
I noticed react-dom
has a portal feature but createPortal
is missing here. If there Is no reason against it, I would suggest adding the functionality.
ReactDOM.createPortal(child, container)
https://reactjs.org/docs/react-dom.html#createportal
https://reactjs.org/docs/portals.html
thomashoneyman
Metadata
Metadata
Assignees
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: enhancementA new feature or addition.A new feature or addition.