We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496472a commit 3fdae5bCopy full SHA for 3fdae5b
1 file changed
services/plugin/src/Plugin.tsx
@@ -54,7 +54,7 @@ export const Plugin = ({
54
55
useEffect(() => {
56
setCommunicationReceived(false)
57
- }, [pluginSource])
+ }, [pluginEntryPoint])
58
59
60
// if communicationReceived switches from false to true, the props have been sent
0 commit comments