This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Description
The content component instance remains in memory/mounted across open/closes of the popover. This is fine, and probably expected for simple non-interactive tippys, but for small forms and other uses, it makes tippy more difficult to use. Currently, I'm resetting the component state when isOpen switches from false to true in a controlled instance of Tippy. Is there a better way to do this?