You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Velcro is designed to "create an experience out of the box that is useful" - to that end, adding an arrow to a tooltip or popover should be as simple as possible and easy for consumers to style.
Had to do another modifier, because it's an opt-in thing.
There is also a problem of double-render, because the floating-ui is setup when only the hook and loop have elements, but there isn't a way I could think of to somehow know to wait for the third element before booting up.
Something else I noticed is that the middleware data is frequently dirty -- even when the values don't change. I think this would be an issue for floating-ui to fix, because it doesn't make sense for the autoUpdate function to call again if the data isn't changing, ya know?
'Velcro is designed to "create an experience out of the box that is useful" - to that end, adding an arrow to a tooltip or popover should be as simple as possible and easy for consumers to style.
See https://floating-ui.com/docs/arrow
The text was updated successfully, but these errors were encountered: