ErrLookup › mobxjs/mobx

mobxjs/mobx

Simple, scalable state management. · TypeScript · 109 source files

Analyzed at 01211a698b on 2026-08-28. 35 documented errors.

Code / MessageTypeSeverityTags
[mobx-react-lite] You are trying to use `observer` on a func
exception error react, mobx-react-lite, observer, memo, api-misuse
[mobx-react-lite] `render` property of ForwardRef was not a
exception error react, mobx-react-lite, forwardref, observer, invalid-argument
mobx-react-lite requires React 18 or later
exception critical react, mobx-react-lite, version-compatibility, environment
mobx-react-lite requires mobx at least version 7 to be avail
exception critical mobx, mobx-react-lite, version-compatibility, duplicate-dependency
mobx-react requires React to be available
exception critical react, mobx-react, missing-dependency, environment, module-resolution
mobx-react requires mobx to be available
exception critical mobx, mobx-react, missing-dependency, module-resolution
The provided component class (${displayName}) has already be
exception error mobx-react, observer, class-component, decorator, api-misuse
The componentWillReact life-cycle event is no longer support
exception error mobx-react, observer, class-component, lifecycle, deprecated-api, migration
It is not allowed to use shouldComponentUpdate in observer b
exception error mobx-react, observer, class-component, shouldcomponentupdate, api-conflict
[mobx-react] class component (${displayName}) is missing `re
exception error mobx-react, observer, class-component, render, api-misuse
[mobx-react] `observer(${displayName}).componentDidMount` mu
exception error react, lifecycle, observer, class-component
[mobx-react] Cannot read "${admin.name}.${key}" in a reactiv
exception error mobx, react, observability, derivations
Unexpected type
exception error codemod, decorators, typescript, ast
[MobX] ${e}
exception error mobx, invariant, dev-mode
[MobX] minified error nr: ${error}${args.length ? " " + args
exception error mobx, minified, production, error-codes
WARNING: Debug feature only. MobX will NOT recover from erro
console warning mobx, configuration, debugging, console-warning
[mobx] (error in reaction '${this.name_}' suppressed, fix er
console warning mobx, reaction, error-suppression, console-warning
${msg}
console warning deprecation, mobx-react-lite, console-warning, hooks
[mobx-react] It seems that a re-rendering of a React compone
console warning mobx-react, ssr, static-rendering, console-warning
Expected a decorate call with two arguments
console warning codemod, ast, mobx-undecorate
Expected exactly one class declaration for '${target.name}'
console warning codemod, ast, scope-resolution, mobx-undecorate
Failed to find mobx import, can't add makeObservable as depe
console warning codemod, imports, mobx-undecorate
Found multiple decorators, skipping..
console warning codemod, decorators, mobx-undecorate
Found non-mobx decorator @${expr.name}
console warning codemod, decorators, custom-decorator, mobx-undecorate
Static properties are not supported ${property.key.loc?.sour
console warning codemod, decorators, static-members, mobx-undecorate
Generated new constructor for class ${clazz.id?.name}. But s
console warning codemod, constructor, inheritance, mobx-undecorate
[mobx:undecorate] ${msg} at (${fileInfo.path}:${node.loc.sta
console warning codemod, warning-output, diagnostics, mobx-undecorate
[mobx:undecorate] ${msg} at (${fileInfo.path})
console warning codemod, warning-output, diagnostics, mobx-undecorate
[mobx] Computed value '${this.name_}' is being read outside
console warning mobx, computed, reactivity, performance
[MobX] Since strict-mode is enabled, changing (observed) obs
console warning mobx, strict-mode, enforceactions, state-mutation, reactivity
[MobX] Side effects like changing state are not allowed at t
console warning mobx, side-effect, computed, render, reactivity
[mobx] Observable '${observable.name_}' being read outside a
console warning mobx, reactive-context, untracked-read, config
[mobx] Derivation '${derivation.name_}' is created/updated w
console warning mobx, derivation, no-dependencies, reaction, config
[mobx.spy] Is a no-op in production builds
console info mobx, spy, production-build, devtools, no-op
Please use `@observable accessor ${String(context.name)}` in
exception error mobx, decorators, typescript, accessor, breaking-change, class-fields