Skip to content
JS
JavaScript error

TypeError

The JavaScript exception "_x_ is (not) _y_" occurs when there was an unexpected type. Oftentimes, unexpected undefined or null values.

Reference entryJavaScriptFetched
TypeError: Cannot read properties of undefined (reading 'x') (V8-based)
As listed by MDN Web Docs
TypeError: "x" is undefined (Firefox)
As listed by MDN Web Docs
TypeError: "undefined" is not an object (Firefox)
As listed by MDN Web Docs
TypeError: undefined is not an object (evaluating 'obj.x') (Safari)
As listed by MDN Web Docs
TypeError: "x" is not a symbol (V8-based & Firefox)
As listed by MDN Web Docs
TypeError: Symbol.keyFor requires that the first argument be a symbol (Safari)
As listed by MDN Web Docs
Category
TypeError
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: MDN Web Docs. Data fetched 2026-09-25T01:48:37.274Z.