Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
torleifhalseth committed Nov 14, 2024
1 parent 00df7af commit 90f6205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const StyledList = styled(List)(
)

const StyledPopover = styled('div').withConfig({
shouldForwardProp: () => true, //workaround to avoid warning until popover gets added to react types
shouldForwardProp: () => true, // workaround to avoid warning until popover gets added to react types
})<{ popover: string }>`
inset: unset;
border: 0;
Expand Down

0 comments on commit 90f6205

Please sign in to comment.