Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Never ending 'GET_DOM' message loop. #1

Open
Deniall opened this issue Sep 20, 2021 · 2 comments
Open

Never ending 'GET_DOM' message loop. #1

Deniall opened this issue Sep 20, 2021 · 2 comments

Comments

@Deniall
Copy link

Deniall commented Sep 20, 2021

When the extension is opened, if you take a look at the DevTools console, you can see that the GET_DOM message is being triggered and sent many times per second, as long as the extension is open. I don't believe this is intended functionality.

@willnotcy
Copy link

willnotcy commented Jan 8, 2022

This is fixed by overriding the dependency list for React.useEffect()
React.useEffect(() => { ... }); => React.useEffect(() => { ... }, []);

@Revolt9k
Copy link

Spent 15 min handling this problem. Cant even think that could have so dumb default behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants