shinhyogeun
Results
2
comments of
shinhyogeun
hi. @markerikson i'm in 1.9.5 version and i make custom hook for Suspense but i got error in this code. ```jsx ... const info = useEndpointQuery(params, { ...(options || {})...
thank you 🙏 @markerikson i found if i write code like this. i can get promise right from the start. ```jsx if (info.isError) { throw info.error; } if (Loading) {...