This repository was archived by the owner on Nov 9, 2024. It is now read-only.
v2.1.0
Features
- Added
classNameprop as an alternative totheme(#56)
Fixes
- Switch from
useEffecttouseLayoutEffect, so that mutations done to the tippy element are done before first paint. There were sometimes flickers when updating content and other props.