buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

[Popover] Losing focus in the content when Popover is controlled #1433

Closed armoniaechaos closed 4 years ago

armoniaechaos commented 4 years ago

Repro

const onToggle = () => setState({ isOpen: !state.isOpen })

const Item = ({ title, value }) => (

{title} {`$${value}/month`}