lifeisegg

Results 3 comments of lifeisegg

In my opinion, current name `sangte` is okay and maybe(?) acceptable for foreign developers. (I'm korean though :)) But Following [Recoil](https://github.com/facebookexperimental/Recoil/blob/main/packages/recoil/hooks/Recoil_Hooks.js)'s case, they provide hooks like `useRecoilState`, `useRecoilValue`, we can...

@pierpo thanks. it worked for my case 👍

I have dig into this issue and found that call of `useThenable` inside of `use` hook doesn't seem to work properly. So, I tried change the implementation of [useUnwrapState](https://github.com/vercel/next.js/blob/48396e80ae38caed139b7fd9fc66f7291a33c3af/packages/next/src/client/components/use-reducer-with-devtools.ts#L79) like...