Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Refactor(web-react):…
Browse files Browse the repository at this point in the history
… step further
  • Loading branch information
pavelklibani committed Jan 15, 2025
1 parent c5321af commit 3ed7ac6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const TooltipDefault = () => {

return (
<Tooltip id="tooltip-default" isOpen={open} onToggle={setOpen}>
<TooltipTrigger elementType={Button} UNSAFE_className="test">
I have a tooltip 😎
</TooltipTrigger>
<TooltipTrigger elementType={Button}>I have a tooltip 😎</TooltipTrigger>
<TooltipPopover>Hello there!</TooltipPopover>
</Tooltip>
);
Expand Down

0 comments on commit 3ed7ac6

Please sign in to comment.