You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Action is stuck in a loop in the app, the app keeps loading forever, and we get this constant output.
My guess is some login is happening in a component that needs to be moved into a useEffect(() => {},[]);
The text was updated successfully, but these errors were encountered:
the cause of this is the checkWalletAndPendingTransactions function in header.js, attempted a fix in #36 but I've gotta go do irl stuff so I'll leave this where its at for now
Some Action is stuck in a loop in the app, the app keeps loading forever, and we get this constant output.
My guess is some login is happening in a component that needs to be moved into a
useEffect(() => {},[]);
The text was updated successfully, but these errors were encountered: