sampl / firefly

Web app boilerplate for beginners based on Firebase and React 🔥
http://getfirefly.org/
234 stars 42 forks source link

setState bugs #62

Closed sampl closed 7 years ago

sampl commented 7 years ago

Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the Account component.

Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the LoggedInOnly component.

sampl commented 7 years ago

Probably just need to check for isMounted on LoggedInOnly like in Post views

sampl commented 7 years ago

seemed to do it 40adc7d73e6bc44e247a3fd7b6696b0e26ab7fd8