Skip to content

Commit

Permalink
fix(Popover): Fixed appendTo prop DEV-296
Browse files Browse the repository at this point in the history
  • Loading branch information
giubatt committed Jul 8, 2021
1 parent cefc85b commit 0e348b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const Popover = ({
})
onHide?.(instance)
}}
appendTo={appendTo}
{...(appendTo ? { appendTo } : {})}
popperOptions={{
modifiers: [
{
Expand Down

0 comments on commit 0e348b1

Please sign in to comment.