Results 1 comments of Rafaela

@Raghav0407 @sharmakhil That's because Effect hook callbacks can't be async. So instead of `useEffect(async () => { ... }` we should declare a callback function scoped async function and invoke...