Skip to content

Commit

Permalink
fix: eslint 違反を無視する
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Jun 14, 2024
1 parent 44cc787 commit c823cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smarthr-ui/src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const Dropdown: FC<PropsWithChildren<Props>> = ({ onToggle, children }) =
if (isPortalRootMounted() && onToggle) {
onToggle(active)
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [active])

// set the displayName explicit for DevTools
Expand Down

0 comments on commit c823cc5

Please sign in to comment.