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
When using withComputed and signalStore, I have suddenly run into an issue where it appears the type cannot be inferred. This has been working, and even with reverting each change I am struggling to pinpoint where it went wrong!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using
withComputed
andsignalStore
, I have suddenly run into an issue where it appears the type cannot be inferred. This has been working, and even with reverting each change I am struggling to pinpoint where it went wrong!A minimal but sufficient fragment:
It was more elaborate than this, of course, but the error is reproducible in this fragment.
I am using Nx: "@nx/angular": "17.3.0"
"@angular/core": "17.1.1"
"@ngrx/signals": "^17.1.0"
Beta Was this translation helpful? Give feedback.
All reactions