We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e8ac commit 56a3285Copy full SHA for 56a3285
libs/hooks/debounce/src/lib/debounce-hook.ts
@@ -67,7 +67,7 @@ export type Options<T extends FlagValue = FlagValue> = {
67
*/
68
errorCacheKeySupplier?: (flagKey: string, context: EvaluationContext, err: unknown) => string | null | undefined;
69
/**
70
- * Function to generate the cache key for the error stage of the wrapped hook.
+ * Function to generate the cache key for the finally stage of the wrapped hook.
71
* If the cache key is found in the cache, the hook stage will not run.
72
* If not defined, the DebounceHook will no-op for this stage (inner hook will always run for this stage).
73
*
0 commit comments