react-portal icon indicating copy to clipboard operation
react-portal copied to clipboard

🎯 React component for transportation of modals, lightboxes, loading bars... to document.body or else.

Results 16 react-portal issues
Sort by recently updated
recently updated
newest added

Emotion Js's ThemeProvider's data cannot be passed through the portal.

![Screenshot 2021-02-18 at 19 59 13](https://user-images.githubusercontent.com/10107362/108407321-e2d58d00-7223-11eb-977e-6314285dfba6.png) I don't see any deprecation info in the repo, isn't it some sort of a silly bug?

react-dom is not listed in peerDependencies which causes Yarn 2 in plug'n'play mode to fail

### My problem I have a situation where I have a list of items with little arrows for dropdowns that are going in portals. I'm using `PortalWithState` with `closeOnOutsideClick` for...

Been trying to migrate from `react-portal` from v2 to v4, due to recent upgrade of `React` to 16.8.6. Having problem with `Portal`, whereby support to load a button on `openByClickOn`...

Been trying to migrate from `react-portal` from v2 to v4, due to recent upgrade of `React` to 16.8.6. Stucked at Portal, whereby the dialog box doesn't show up even when...

I have found that when using the PortalWithState with closeOnOutsideClick my modal will close when using state to conditionally render components. ```javascript PortalWithState closeOnOutsideClick closeOnEsc defaultOpen> {({ closePortal, portal })...

closeOnOutSideClick will be triggered when I click the child node which will be remove after click I have to wrap my click event with setTimeout because the source code uses...

When running this code with SSR I am seeing this: `Invariant Violation: Portals are not currently │ supported by the server renderer. Render them conditionally so that they only appear...

Currently react-portal appends subsequent portal'ed content into the same element. This means that you can 'portal' multiple elements at once. However, occasionally you want to manage this such that only...