RootCauseunvalidated
The callback is being treated as an untyped function because `rootReducer` is defined as a plain object rather than being typed to match `configureStore`'s expected `middleware` option signature, so TypeScript cannot infer the parameter type.
6d20c246-7170-4fbf-9abf-9f84358571f6
The callback is being treated as an untyped function because rootReducer is defined as a plain object rather than being typed to match configureStore's expected middleware option signature, so TypeScript cannot infer the parameter type.