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
fix(store): replace Creator with ActionCreator on createAction (#2299)
* fix(store): replace insufficient type Creator with TypedCreator
createAction returns incorrect type as neither Creator not it's return type contains `type`.
Proper return type is ActionCreator with inner typed creator
Closesmeeroslav/ng-helpers#2
* fix(store): revert TypedCreator in favor of upcoming NotAllowedCheck
0 commit comments