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

πŸŒ€ React hook for Portals

Results 48 react-useportal issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š [Find out how to migrate...

greenkeeper

*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š [Find out how to migrate...

greenkeeper

## The devDependency [ts-jest](https://github.com/kulshekhar/ts-jest) was updated from `24.3.0` to `25.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `24.9.1` to `25.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) was updated from `2.19.0` to `2.19.1`. 🚨 [View failing branch](https://github.com/alex-cory/react-useportal/compare/master...alex-cory:greenkeeper%2F%40typescript-eslint%2Feslint-plugin-2.19.1). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) was updated from `2.19.0` to `2.19.1`. 🚨 [View failing branch](https://github.com/alex-cory/react-useportal/compare/master...alex-cory:greenkeeper%2F%40typescript-eslint%2Fparser-2.19.1). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

**Describe the bug** Because the the portal element is [appended to the DOM in useEffect](https://github.com/alex-cory/react-useportal/blob/b1efedbaab98b60f1d14b9fd8ca1e176007f664a/usePortal.ts#L152), on the initial render, the portal is created in a detached DOM node. It's children...

## The devDependency [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `16.9.15` to `16.9.16`. 🚨 [View failing branch](https://github.com/alex-cory/react-useportal/compare/master...alex-cory:greenkeeper%2F%40types%2Freact-16.9.16). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Whenever I want to show modal on render(make it visible without opening event) I get `Warning: Expected server HTML to contain a matching in .` ### **My Code;** ``` const...