docs: update resource docs (#61846)

`value` throws when the resource is in error state.

PR Close #61846
This commit is contained in:
Matthieu Riegler
2025-06-03 17:43:19 +02:00
committed by kirjs
parent b93fa22f25
commit 2bf724938e
+1 -1
View File
@@ -95,7 +95,7 @@ export interface HttpResourceOptions<TResult, TRaw> {
parse?: (value: TRaw) => TResult;
/**
* Value that the resource will take when in Idle, Loading, or Error states.
* Value that the resource will take when in Idle or Loading states.
*
* If not set, the resource will use `undefined` as its default value.
*/