Rogerio (Rio) Moura
Rogerio (Rio) Moura
@tmikov here is what Babel transformed it to: ``` try { var data = yield resolvePromise(promise); isCurrentlyMounted && setState(function (prev) { return Object.assign({}, prev, { loading: false, data: data });...
@tmikov Yeah, that's the exact code, I'm not sure why the debauncing part of it is not there. Just for reference, here is the implementation of that `debaunceSetState`: ``` import...
@tmikov my bad! We have a library that imports a `useAsync` but it is not our implementation, here is the right one: ``` try { var result = yield resolvePromise(promise);...
I think I ran into the same issue when trying to follow the Nextjs tutorial, chapter 7. I had setup a supabase on chapter 6 on Vercel, but when trying...
Can we get this reviewed and merged? :)