In my case it was because the product options variantName wasn’t set.
{ choices: { 'Size': productSelectedOption.variantName }
I was parsing the product option as an object not the name.
Hope this helps someone.
Kind regards
In my case it was because the product options variantName wasn’t set.
{ choices: { 'Size': productSelectedOption.variantName }
I was parsing the product option as an object not the name.
Hope this helps someone.
Kind regards