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
It seems row.original.payment_collections is undefined, resulting in a type error for the reduce call. There are payment collections for the orders in the db.
Reverting to 2.12.1 solves the issue
Expected behavior
row.original.payment_collections is not undefined or is handled with an empty array fallback || []
Actual behavior
row.original.payment_collections is undefined and the .reduce method is directly called on it, cauhing the customer details route to throw.