react-popper-tooltip icon indicating copy to clipboard operation
react-popper-tooltip copied to clipboard

A React hook to effortlessly build smart tooltips.

Results 11 react-popper-tooltip issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Applying getTooltipProps on a div gives an error with Typescript 4.4 when the (recommended) new option [exactOptionalPropertyTypes](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes) is set. **To Reproduce** Steps to reproduce the behavior: -...

**Describe the bug** Typescript error when using `getTooltipProps` in a div. **To Reproduce** Steps to reproduce the behavior: 1. Use the returned value of `getTooltipProps` and use it in a...

**Describe the bug** While using the examples from this package test working fine, using `text` When testing the same code, but adding a span (or any other element) around the...

**Describe the bug** If `trigger: ['focus']` and `interactive: true` the tooltip should not close if clicked **To Reproduce** Steps to reproduce the behavior: 1. Set `trigger: ['focus']` and `interactive: true`...

**Is your feature request related to a problem? Please describe.** Currently if 'focus' is not used as event trigger, `closeOnOutsideClick` is considered only on mouse click (is correct considering the...

**Describe the bug** I'm passing "top" as prop, but its returning and showing on "bottom". I tested on codesandbox with your official demo, it looks like working good, but in...

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

**Is your feature request related to a problem? Please describe.** I am unable to use this library with a React 18 project **Describe the solution you'd like** Support for React...

**Describe the bug** Couldn't add custom styles to `tooltip-container` with tailwind. The styles is always reset to some default ones. In this particular case - border-radius is not 16px, but...