-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Accepting PRsProject: Storecommunity watchSomeone from the community is working this issue/PRSomeone from the community is working this issue/PR
Description
Describe any alternatives/workarounds you're currently using
Deprecate the State generic of createFeatureSelector because it's causing type issues with Store.
For this, we can also add an automatic migration.
BEFORE:
createFeatureSelector<State, FeatureA>('featureA');AFTER:
createFeatureSelector<FeatureA>('featureA');If accepted, I would be willing to submit a PR for this feature
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Accepting PRsProject: Storecommunity watchSomeone from the community is working this issue/PRSomeone from the community is working this issue/PR