|
|
@ -31,7 +31,7 @@ export const LEGACY_PROPS = Symbol('legacy props');
|
|
|
|
export const LOADING_ATTR_SYMBOL = Symbol('');
|
|
|
|
export const LOADING_ATTR_SYMBOL = Symbol('');
|
|
|
|
export const PROXY_PATH_SYMBOL = Symbol('proxy path');
|
|
|
|
export const PROXY_PATH_SYMBOL = Symbol('proxy path');
|
|
|
|
|
|
|
|
|
|
|
|
// allow users to ignore aborted signal errors if `reason.name === 'StaleReactionError`
|
|
|
|
/** allow users to ignore aborted signal errors if `reason.name === 'StaleReactionError` */
|
|
|
|
export const STALE_REACTION = new (class StaleReactionError extends Error {
|
|
|
|
export const STALE_REACTION = new (class StaleReactionError extends Error {
|
|
|
|
name = 'StaleReactionError';
|
|
|
|
name = 'StaleReactionError';
|
|
|
|
message = 'The reaction that called `getAbortSignal()` was re-run or destroyed';
|
|
|
|
message = 'The reaction that called `getAbortSignal()` was re-run or destroyed';
|
|
|
|