Skip to content

Commit

Permalink
fix: tooltip client component
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jun 5, 2024
1 parent 0faa014 commit 088bf1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Tremor Raw Tooltip [v0.0.0]
// Tremor Raw Tooltip [v0.0.1]

"use client"

import React from "react"
import * as TooltipPrimitives from "@radix-ui/react-tooltip"
Expand Down
4 changes: 3 additions & 1 deletion src/components/Tooltip/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tremor Raw Tooltip Changelog

## 0.0.0
## 0.0.1

### Changes

- Fix: Make tooltip a client component

0 comments on commit 088bf1e

Please sign in to comment.