ErrLookup › streamich/react-use
streamich/react-use
React Hooks — 👍 · TypeScript · 249 source files
Analyzed at fbe99c6327 on 2026-08-12. 7 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| useReducerContext must be used inside a ReducerProvider. | exception | error | react, context, hooks, provider, wiring |
| Router route must be a string. | exception | error | react, router, props, typescript, dev-only |
| useStateContext must be used inside a StateProvider. | exception | error | react, context, hooks, provider, wiring |
| useLocalStorage key may not be falsy | exception | error | react, hooks, localstorage, validation, browser |
| states expected to be an object or array, got ${typeof state | exception | error | react, hooks, validation, typescript |
| State '${state}' is not a valid state (does not exist in sta | exception | error | react, hooks, state-machine, validation |
| Capacity has to be greater than 1, got '${capacity}' | exception | error | react, hooks, validation, history, config |