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
Copy file name to clipboardExpand all lines: docs/docs/upgrade-guide/changelog-v4-v5.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ If you run into any problems with the tooltip not updating after changes are mad
49
49
-[x]`setIsOpen` - `function` (to control tooltip state) - if not used, tooltip state will be handled internally
50
50
-[x]`position` - `{ x: number; y: number }` - similar to V4's `overridePosition`
51
51
-[x]`float` - `boolean` - used to achieve V4's `effect="float"`
52
+
-[x]`render` - `function` - can be used to render dynamic content based on the active anchor element (check [the examples](../examples/render.mdx) for more details)
0 commit comments