Hyperlinkv0.8.0-beta.28

ErrorReporter

ErrorReporter.CurrentErrorReportersconsteffect/ErrorReporter.ts:169
Context.Reference<ReadonlySet<ErrorReporter>>

Context reference that holds the set of active error reporters for the current fiber. Defaults to an empty set (no reporting).

When to use

Use when you need to read or replace the current set of error reporters directly.

references
export const CurrentErrorReporters: Context.Reference<ReadonlySet<ErrorReporter>> = references.CurrentErrorReporters
Referenced by 1 symbols