Skip to Content

ReferenceError

Code

RUNTIME/REFERENCE_ERROR

What it means

A runtime ReferenceError (using an undefined variable / missing binding) was caught and normalized into AppError.

When it happens

  • ReferenceError is normalized into AppError.

How to handle

  • Treat as a bug signal; capture meta.via at the boundary and inspect stack traces.
Last updated on
Docsv1.0.10