The effect contains some async logic that is run based on a condition that is later modified in the effect. This means that it is possible to run this effect multiple times before the condition is noticed to be true (without this change the logic runs usually 4 times).
Details
Details
Check if the logic is run just once, by adding some console logs. This code can be run when a SIWE user doesn't have a backup.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Can we extract this to its own line? Similar to how we want await to be visible, I think it's good for hooks to be as well