Skip to content

Commit 65faccf

Browse files
Update ActionContainer.tsx
1 parent b93f0d8 commit 65faccf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/containers/ActionContainer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ function ActionContainer(props): JSX.Element {
142142
);
143143
useEffect(() => {
144144
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
147145
}, [setActionView]);
148146

149147
// Function sends message to background.js which sends message to the content script

0 commit comments

Comments
 (0)