You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export problematic types that were causing type portability issues
- This should serve as a partial fix for reduxjs#3962, reduxjs#4448, reduxjs#3983, reduxjs#4066, reduxjs#4108, reduxjs#4401
- Here is the list of the problematic (now exported) types:
From `@reduxjs/toolkit`:
- `CombinedSliceReducer`
- `CaseReducerDefinition`
- `Id` renamed to `TSHelpersId`
- `UncheckedIndexedAccess`
- `ReducerWithInitialState`
- `CaseReducerDefinition`
- `Id` renamed to `TSHelpersId`
- `UncheckedIndexedAccess`
- `ReducerWithInitialState`
From `@reduxjs/toolkit/query/react`:
- `UseLazyQuery`
- `UseQuery`
- `QueryHooks`
0 commit comments