Skip to content

Commit

Permalink
Merge branch 'master' into fix/typescript-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-update-cop[bot] authored Jun 6, 2024
2 parents 4207255 + 669d4dc commit 5901df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react/lib/Dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const Dropdown = forwardRef(({
offset(10),
flip({
boundary: floatingOptions?.boundary ||
floatingOptions?.elements.reference,
floatingOptions?.elements?.reference,
}),
shift({
boundary: floatingOptions?.boundary ||
floatingOptions?.elements.reference,
floatingOptions?.elements?.reference,
}),
],
});
Expand Down
4 changes: 2 additions & 2 deletions packages/react/lib/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ const Tooltip = forwardRef(({
offset(10),
flip({
boundary: floatingOptions?.boundary ||
floatingOptions?.elements.reference,
floatingOptions?.elements?.reference,
}),
shift({
boundary: floatingOptions?.boundary ||
floatingOptions?.elements.reference,
floatingOptions?.elements?.reference,
}),
],
});
Expand Down

0 comments on commit 5901df9

Please sign in to comment.