RootCauseunvalidated

`transformResponse` is not intended to be used when `queryFn` is provided, and the adapter expects data in an entity-shaped form while `queryFn` is meant only to return data for the RTK Query cache. The user is mixing RTK Query result transformation with entity adapter state updates.

48dbe31d-0102-4772-b3b6-69feacb05448

transformResponse is not intended to be used when queryFn is provided, and the adapter expects data in an entity-shaped form while queryFn is meant only to return data for the RTK Query cache. The user is mixing RTK Query result transformation with entity adapter state updates.