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

Utilities for creating robust overlay components

Results 131 react-overlays issues
Sort by recently updated
recently updated
newest added

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bootstrap](https://getbootstrap.com/) ([source](https://redirect.github.com/twbs/bootstrap)) | [`^4.6.0` -> `^5.3.7`](https://renovatebot.com/diffs/npm/bootstrap/4.6.0/5.3.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/bootstrap/5.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

## Describe the bug The useRootClose hook relies on the deprecated keyCode event prop to trigger the escape key close behaviour. Certain modern testing setups (such as v14 of @testing-library/user-event)...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [gatsby](https://redirect.github.com/gatsbyjs/gatsby/tree/master/packages/gatsby#readme) ([source](https://redirect.github.com/gatsbyjs/gatsby),...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@emotion/core](https://redirect.github.com/emotion-js/emotion) ([source](https://redirect.github.com/emotion-js/emotion/tree/HEAD/removed-packages/core)) | [`^10.1.1` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@emotion%2fcore/10.1.1/11.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2fcore/11.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2fcore/10.1.1/11.0.0?slim=true) | | [@emotion/styled](https://redirect.github.com/emotion-js/emotion/tree/main#readme)...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | [`^3.3.1` -> `^4.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/3.3.1/4.2.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-prettier/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/react-bootstrap/react-overlays). ## Deprecations / Replacements > [!WARNING] These...

Hello, I couldn't find solution for that. I want to prevent scroll body when modal is open, but i render modal in the container (container has overflow: hidden). I can't...