ErrLookup › reduxjs/react-redux
reduxjs/react-redux
Official React bindings for Redux · TypeScript · 38 source files
Analyzed at 16f1a91eb2 on 2026-08-31. 13 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Invalid value of type ${typeof arg} for ${name} argument whe | exception | error | react-redux, connect, invalid-argument, runtime-error |
| Unexpected value for ${methodName} in connect. | exception | error | react-redux, connect, selector, undefined |
| could not find react-redux context value; please ensure the | exception | error | react-redux, hooks, provider, context |
| You must pass a selector to useSelector | validation | error | react-redux, hooks, useselector, validation |
| You must pass a function as a selector to useSelector | validation | error | react-redux, hooks, useselector, type-error |
| You must pass a function as an equality function to useSelec | validation | error | react-redux, hooks, useselector, equality-function, validation |
| This function is not supported in React Server Components. P | exception | error | react-server-components, rsc, client-component, react-redux, ssr |
| uSES not initialized! | exception | critical | react-redux, initialization, usesyncexternalstore, bundler |
| You must pass a component to the function returned by connec | validation | error | react-redux, connect, invalid-component, validation |
| You must pass a valid React context consumer as `props.conte | validation | error | react-redux, connect, context, validation |
| Could not find "store" in the context of "${displayName}". E | exception | error | react-redux, redux, react-context, provider, store, setup |
| Selector ${selector.name || 'unknown'} returned a different | console | warning | react-redux, redux, useselector, memoization, performance, reselect |
| Selector ${selector.name || 'unknown'} returned the root sta | console | warning | react-redux, redux, useselector, performance, rerender, state |