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
I think it's quite convenient to put a comment inside an empty function explaining why it's empty e.g. onClick = () => { /* TODO: */ }
or run(() => { /* Types require to pass a function */ }