We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df63a8d commit 5731bd4Copy full SHA for 5731bd4
src/components/Effects.tsx
@@ -72,7 +72,7 @@ export const Effects: FC = () => {
72
}
73
74
if (shouldLogout) {
75
- // setting the state synchronously may cause problems (not really sure), so we add a small delay
+ // FIXME: setting the state synchronously may cause problems (not really sure), so we add a small delay for a temporary hack
76
await new Promise((resolve) => setTimeout(resolve, 50))
77
78
setAuth({})
0 commit comments