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
Minimal reproduction of the bug/regression with instructions
I expect that createActionGroup correctly handles discriminated union types, so TS compiler doesn't complain about conflicts.
Basically, the code below must compile successfully:
Which @ngrx/* package(s) are the source of the bug?
store
Minimal reproduction of the bug/regression with instructions
Playground: https://ngrx-seed-tyhkga.stackblitz.io
Code to reproduce the problem :
Error:
Minimal reproduction of the bug/regression with instructions
I expect that
createActionGroup
correctly handles discriminated union types, so TS compiler doesn't complain about conflicts.Basically, the code below must compile successfully:
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
NgRx: 14.3.2
Angular: 14.2.6
Node: 16
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: