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
Doing a clean/new pull and install gives the following error:
Error: apps/ngrx-workshop/src/app/product/reducer.ts:53:37 - error TS2339: Property 'addAll' does not exist on type 'EntityAdapter<ProductRating>'.
53 customerRatings: ratingsAdapter.addAll(ratings, state.customerRatings)
I believe this should now be setAll
The text was updated successfully, but these errors were encountered:
Doing a clean/new pull and install gives the following error:
I believe this should now be setAll
The text was updated successfully, but these errors were encountered: