Skip to content

Commit

Permalink
fix: typescript error on tour
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Sep 18, 2024
1 parent 7ce3a69 commit a03e03a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-buckets-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frigade/react": patch
---

Fixes a non-fatal typescript error on <Frigade.Tour />
4 changes: 0 additions & 4 deletions packages/react/src/components/Tour/Tour.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export interface TourProps extends FlowPropsWithoutChildren, Omit<HintProps, 'an
* The offset of the tooltip relative to the anchor along the alignment axis.
*/
alignOffset?: number
/**
* The CSS selector or DOM element to anchor the tooltip to.
*/
anchor: string
/**
* Whether the tooltip should be open by default.
*/
Expand Down

0 comments on commit a03e03a

Please sign in to comment.