Upgrading ngrx I keep getting this message in my Effects files
I keep forgetting this because it's so obscure.
You have to scroll down in your code of your effects file and change the input of your constructor from using:
private actions$: Actions
to
private actions$: Actions <auth.AuthActionsUnion>
From within your action file, scroll to the bottom and make sure you are adding all your types to the union.
ex:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With