Fix Event objects for Skus & Products having the same attributes key, but different data types for that key
njosefbeck opened this issue · 0 comments
njosefbeck commented
I'll need to deal with Event objects for skus and products having the same attributes key, but having different data types (i.e. sku.attributes is an object, and product.attributes is an array). This currently causes Gatsby to strip out the attributes field, which is not desired.