ErrLookup › reduxjs/redux

reduxjs/redux

A JS library for predictable global state management · TypeScript · 23 source files

Analyzed at 3084fc33bb on 2026-08-12. 18 documented errors.

Code / MessageTypeSeverityTags
Dispatching while constructing your middleware is not allowe
exception error redux, middleware, dispatch, applymiddleware, store-setup
bindActionCreators expected an object or a function, but ins
exception error redux, bindactioncreators, import, esm, commonjs
The slice reducer for key "${key}" returned undefined during
exception error redux, combinereducers, reducer, init, state
The slice reducer for key "${key}" returned undefined when p
exception error redux, combinereducers, reducer, unknown-action, default-case
When called with an action of type ${actionType ? `"${String
exception error redux, combinereducers, reducer, runtime, undefined-return
Expected the root reducer to be a function. Instead, receive
exception error redux, createstore, reducer, import, argument-validation
It looks like you are passing several store enhancers to cre
exception error redux, createstore, enhancer, compose, multiple-arguments
Expected the enhancer to be a function. Instead, received: '
exception error redux, createstore, enhancer, type-validation, devtools
You may not call store.getState() while the reducer is execu
exception error redux, createstore, getstate, reducer, purity, isdispatching
Expected the listener to be a function. Instead, received: '
exception error redux, createstore, subscribe, listener, type-validation
You may not call store.subscribe() while the reducer is exec
exception error redux, createstore, subscribe, isdispatching, listener-snapshot
You may not unsubscribe from a store listener while the redu
exception error redux, createstore, subscribe, unsubscribe, isdispatching
Actions must be plain objects. Instead, the actual type was:
exception error redux, createstore, dispatch, action, plain-object, middleware
Actions may not have an undefined "type" property. You may h
exception error redux, createstore, dispatch, action-type, undefined
Action "type" property must be a string. Instead, the actual
exception error redux, createstore, dispatch, action-type, string-validation
Reducers may not dispatch actions.
exception error redux, createstore, dispatch, reducer, re-entrant, purity, isdispatching
Expected the nextReducer to be a function. Instead, received
exception error redux, createstore, replacereducer, hot-reload, code-splitting, import
Expected the observer to be an object. Instead, received: '$
exception error redux, createstore, observable, observer, interop, type-validation