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 b93f0d8 commit 65faccfCopy full SHA for 65faccf
src/app/containers/ActionContainer.tsx
@@ -142,8 +142,6 @@ function ActionContainer(props): JSX.Element {
142
);
143
useEffect(() => {
144
setActionView(true);
145
- // !!!! Why is the dependency array the function being called within the useEffect? !!!!
146
- // may not call an infinite loop since it involves a setter function
147
}, [setActionView]);
148
149
// Function sends message to background.js which sends message to the content script
0 commit comments