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

A smart popover component for React

Results 99 react-popover issues
Sort by recently updated
recently updated
newest added

### Summary When using this component, we have an object that basically serves as an `enum` for the various position preferences we might need for different `Popover` use-cases. I was...

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

calcSize throws error: Cannot read property 'offsetWidth' of null

Hi, i try to pass close action into to popover body, but it cant work fo me. Where i get mistake? ```js togglePopover(toState) { const popoverIsOpen = typeof toState ===...

I've got a container, with data inside... a popover that contains a verification questions... but the text input loses focus after one letter.

I have a situation where I'm changing the children (where the tip points) based on user actions in the popover. This is causing an annoying UX where the popover moves...

this error is thrown within the throttled "onPopoverResize" function. a quick fix for it will be to check if el != null at this line of code.

Given a component that simply *imports* `react-popover`: ``` import Popover from 'react-popover' ``` Jest tests break with: ``` FAIL src/components/SomeComponent.test.jsx ● Test suite failed to run TypeError: Cannot read property...

Hi @jasonkuhrt, thanks to mainteining this project! It is so useful for me. Let me send a PR about improving README. When I read the issues such as #170 or...