Skip to main content

strictAbortReasons

const strictAbortReasons: readonly AbortReason[]

Defined in: packages/core/src/utils/abortReasons.ts:13

Abort reasons that QueryManager's strict mode treats as errors. The remaining reasons—"same-location" and "no-change"—describe valid operations that had nothing to do, so they are reported to onInvalidTarget but never throw.

Declared apart from QueryManager so the @react-querybuilder/core/derivations entry point can export it without putting the manager in its module graph.


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.