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
Which @ngrx/* package(s) are the source of the bug?
signals
Minimal reproduction of the bug/regression with instructions
In V18 I could define my types - as well for the SignalFeatures. The types were forwarded to the store as well.
In V19 it doesn't seem that these types are forwarded.
Which @ngrx/* package(s) are the source of the bug?
signals
Minimal reproduction of the bug/regression with instructions
In V18 I could define my types - as well for the SignalFeatures. The types were forwarded to the store as well.
In V19 it doesn't seem that these types are forwarded.
Expected behavior
Sample:
https://stackblitz.com/edit/github-3tadjc91?file=src/quiz-additonal.state.ts,src/quiz.store.ts,src/main.ts
although I have to admit it might not make much sense. I tried to get a sample for #4661 but this is now already resolved!
isChecked
cannot be found although available.Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
NgRx: V19 ...
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: