We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801d437 commit 66e4714Copy full SHA for 66e4714
lib/ui/Popup.tsx
@@ -56,7 +56,7 @@ function ActivePopup(props: PopupProps & { session: Talk.Session }) {
56
box?.hide();
57
}
58
59
- }, [show, mounted])
+ }, [show, mounted, box])
60
61
return <EventListeners target={box} handlers={events} />;
62
0 commit comments