mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 18:38:11 +00:00
There was an issue where the observers are added/removed continously. This is due to using `useEffect` on props. By removing this component then `useEffect` ends only being called when waku changes, ie, at initialisation.