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
Hello,
In this line of code, typescript drops an error for me Property 'addCase' does not exist on type 'WritableDraft<CartState>'
TypeScript config: "strict": false
The text was updated successfully, but these errors were encountered:
https://github.com/xjamundx/redux-shopping-cart/blob/3fc749e949c18496e42e6e318b52dc46e94936b9/lessons/17-extraReducers-addCase/cartSlice.ts#LL38C4-L40C7
Hello,
In this line of code, typescript drops an error for me
Property 'addCase' does not exist on type 'WritableDraft<CartState>'
TypeScript config:
"strict": false
The text was updated successfully, but these errors were encountered: