We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d203cc2 commit c6de4d4Copy full SHA for c6de4d4
1 file changed
components/ShareIcon.jsx
@@ -83,7 +83,7 @@ const ShareIcon = ({
83
hideConfirmationText();
84
}
85
return hideConfirmationText.cancel;
86
- }, []);
+ }, [showConfirmationText]);
87
88
return (
89
<div className={`${classNames ? `usda-share-icon${disabledClass} ${classNames}` : `usda-share-icon${disabledClass}`}`}>
0 commit comments