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
Failed to compile
./src/reducer.js 10:16
Module parse failed: Unexpected token (10:16)
You may need an appropriate loader to handle this file type.
| // Selector
| export var getBasketTotal = function getBasketTotal(basket) {
return basket?.reduce(function (amount, item) {
| return item.price + amount;
| }, 0);
This error occurred during the build time and cannot be dismissed.
The text was updated successfully, but these errors were encountered:
Failed to compile
./src/reducer.js 10:16
Module parse failed: Unexpected token (10:16)
You may need an appropriate loader to handle this file type.
| // Selector
| export var getBasketTotal = function getBasketTotal(basket) {
The text was updated successfully, but these errors were encountered: