ErrLookup › solidjs/solid
solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces. · TypeScript · 63 source files
Analyzed at f47845f9cc on 2026-08-27. 17 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Expected the observer to be an object. | exception | error | solid, observable, rxjs, typeerror, validation |
| Dispose method must be an explicit argument to createRoot fu | exception | error | solid, createroot, dispose, owner, dev-only |
| Potential Infinite Loop Detected. | exception | critical | solid, infinite-loop, reactivity, effect, signal |
| Expected the observer to be an object. | exception | error | solid, ssr, observable, typeerror |
| getContextId cannot be used under non-hydrating context | exception | error | solid, ssr, hydration, context, server |
| getNextContextId cannot be used under non-hydrating context | exception | error | solid, ssr, hydration, createuniqueid, server |
| Unexpected type ${typeof unwrappedStore} received when initi | validation | error | solid, store, createmutable, validation, dev-only |
| Unexpected type ${typeof unwrappedStore} received when initi | validation | error | solid, store, createstore, validation, dev-only |
| Attempting to use server context in non-server build | exception | error | solid, ssr, isserver, bundling, request-event |
| error handlers created outside a `createRoot` or `render` wi | console | warning | solid, onerror, owner, createroot, dev-warning |
| You appear to have multiple instances of Solid. This can lea | console | warning | solid, duplicate-packages, npm, bundling, dev-warning |
| cleanups created outside a `createRoot` or `render` will nev | console | warning | solid, oncleanup, owner, memory-leak, dev-warning |
| computations created outside a `createRoot` or `render` will | console | warning | solid, createeffect, owner, memory-leak, dev-warning |
| Cannot mutate a Store directly | console | warning | solid, store, mutation, proxy, dev-warning |
| Refusing to set "__proto__" on a store. | console | warning | solid, store, prototype-pollution, security, dev-warning |
| Refusing to traverse unsafe key "${part}" on a store. | console | warning | solid, store, prototype-pollution, security, dev-warning |
| Attempting to access a stale value from <${name}> that could | exception | error | solid, show, stale-value, unmount, async |