Skip to content

Commit

Permalink
fix: 不要な差分を戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Jun 14, 2024
1 parent f1a479b commit 1905526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smarthr-ui/src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const Dropdown: FC<PropsWithChildren<Props>> = ({ onToggle, children }) =
if (!active) return null
return createPortal(props.children)
},
[createPortal, isPortalRootMounted, onToggle],
[active, createPortal, isPortalRootMounted],
)

useEffect(() => {
Expand Down

0 comments on commit 1905526

Please sign in to comment.