react-ketting
react-ketting copied to clipboard
`error` in `useResolveResource` is not propagated in `useReadResource`
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.
Seems reasonable!