chrisparsons83 / thebabbles.club

Website for the Babbles.
0 stars 0 forks source link

Stop leaving/joining every time a stupid rerender happens #20

Open chrisparsons83 opened 2 years ago

chrisparsons83 commented 2 years ago

One of the useEffect dependencies is causing this, use https://stackoverflow.com/questions/55187563/determine-which-dependency-array-variable-caused-useeffect-hook-to-fire to figure out how to solve it.