rem’s avatarrem’s Twitter Archive—№ 78,095

  1. …in reply to @itsananderson
    itsananderson no, the thing is you *can't* use await inside the useEffect callback - because React rules. So you're right, it would be solved with an await, but it's not possible to add in the case that I posted.