Skip to content

Commit

Permalink
client side rendering Tooltip.tsx
Browse files Browse the repository at this point in the history
The toolip example use state internally, a more correct example should show that is a client component
  • Loading branch information
filmon-arefayne authored Jan 3, 2024
1 parent 501d8a8 commit 69b29a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client"

import * as RadixTooltip from "@radix-ui/react-tooltip"
import { cva, VariantProps } from "class-variance-authority"
import React from "react"
Expand Down

0 comments on commit 69b29a3

Please sign in to comment.