Skip to content

Commit

Permalink
chore(alert): add missing dependency to useMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav700 committed Oct 19, 2024
1 parent c4b0987 commit c1d0ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/alert/src/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const Alert = forwardRef<"div", AlertProps>((props, ref) => {
handleClose,
color,
onClose,
alertIcon,
]);

return <>{baseWrapper}</>;
Expand Down

0 comments on commit c1d0ae9

Please sign in to comment.