We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
When putting a console.log() inside the render function of DebouncedConnectivityStatus, it was called every 400 ms due to wasted render.
console.log()
DebouncedConnectivityStatus
As described in the above section.
It should only render when changed.
This is caused by recent React functional component push.
[Bug]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Version
master
Describe the bug
When putting a
console.log()
inside the render function ofDebouncedConnectivityStatus
, it was called every 400 ms due to wasted render.To Reproduce
As described in the above section.
Expected behavior
It should only render when changed.
Additional context
This is caused by recent React functional component push.
[Bug]
The text was updated successfully, but these errors were encountered: