Version
master
Describe the bug
When putting a console.log() inside the render function of DebouncedConnectivityStatus, 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]
Version
masterDescribe 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]