-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Breaking] Rename RTKQ RootState type #4530
Copy link
Copy link
Labels
Breaking ChangeContains breaking changesContains breaking changesRTK-QueryIssues related to Redux-Toolkit-QueryIssues related to Redux-Toolkit-QueryTypeScriptIssues related to TypeScript.Issues related to TypeScript.
Milestone
Metadata
Metadata
Assignees
Labels
Breaking ChangeContains breaking changesContains breaking changesRTK-QueryIssues related to Redux-Toolkit-QueryIssues related to Redux-Toolkit-QueryTypeScriptIssues related to TypeScript.Issues related to TypeScript.
Type
Fields
Give feedbackNo fields configured for Task.
Per reduxjs/redux#4706 , having that
RootStatetype exported makes it possible for an editor to accidentally import it instead of an application's self-definedRootStatetype.