platform
platform copied to clipboard
updater-explicit-return-type No longer needed with NoInfer
Which @ngrx/* package(s) are relevant/related to the feature request?
component-store
Information
I'm pretty sure with NoInfer in TS 5.4 that we can avoid the problem of needing explicit return types for updaters. This may be true other places in other packages, too.
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
- [X] Yes
- [ ] No
This will be something to test if NoInfer does fix this issue.
If it does we can indeed remove the two (I think) rules.
I played with no infer recently and I don't think it solves it...