badgateway/react-ketting

`error` in `useResolveResource` is not propagated in `useReadResource`

remidewitte opened this issue · 1 comments

When resourceLike is a FollowPromiseOne that throws because rel does not exists, useReadResource stays with loading = true and resource = null instead of being in error state.

evert commented

Seems reasonable!