ErrLookup › preactjs/preact

preactjs/preact

⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. · JavaScript · 110 source files

Analyzed at e881e7e838 on 2026-08-13. 10 documented errors.

Code / MessageTypeSeverityTags
Undefined parent passed to render(), this is the second argu
exception critical preact, render, dom, mount, debug-build
Expected a valid HTML node as a second argument to render. R
exception critical preact, render, dom, node-type, debug-build
Undefined component passed to createElement() You likely fo
exception critical preact, createelement, import, export, jsx, debug-build
Invalid type passed to createElement(): ${type} Did you acc
exception critical preact, createelement, jsx, vnode, debug-build
Invalid type passed to createElement(): ${Array.isArray(type
exception critical preact, createelement, vnode-type, object, debug-build
Component's "ref" property should be a function, or an objec
exception error preact, ref, createref, compat, debug-build
Component's "${key}" property should be a function, but got
exception error preact, event-handler, props, on-props, debug-build
Too many re-renders. This is limited to prevent an infinite
exception critical preact, rerender, setstate, useeffect, infinite-loop, debug-build
Hook can only be invoked from render methods.
exception critical preact, hooks, rules-of-hooks, usestate, useeffect, debug-build
Objects are not valid as a child. Encountered an object with
exception error preact, children, object-child, jsx, debug-build