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
Same for me. Unfortunately the code is not running.
TypeScript error: birthday.effects.ts(39,24): Error TS2345: Argument of type '(update: StateUpdate) => Action' is not assignable to parameter of type '(value: StateUpdate, index: number) => Birthday'.
Type 'Action' is not assignable to type 'Birthday'.
Property '_id' is missing in type 'Action'.
Perhaps there is something wrong with my setup, but there are several errors when running ionic serve on this app.
Thanks!
The text was updated successfully, but these errors were encountered: