Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 Closes meeroslav/ng-helpers#2 * fix(store): revert TypedCreator in favor of upcoming NotAllowedCheck
- Loading branch information