How do I find matching key/pair value from object inside of an array – Shopify
I'm working on a headless Shopify store using Gatsby, and am having some trouble building a robust product option picker. I have an options object that looks like this: { extras: "Pouch only", } The key and value will be…