We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a1c60 commit 719f500Copy full SHA for 719f500
docs/docs/examples/state.mdx
@@ -87,7 +87,6 @@ const [isOpen, setIsOpen] = useState(false)
87
88
export const ControlledStateExample = () => {
89
const [isOpen, setIsOpen] = useState(false)
90
-
91
return (
92
<>
93
<TooltipAnchor
0 commit comments