Daniel Mariz

Results 8 comments of Daniel Mariz

to get around it I had to do this ugly solution `expect(Node).toHaveStyleRule('font-family', text.heading.fontFamily!.split(', ').join(','))`

Seems like people from Angular Project are thinking different http://www.itworld.com/article/2894936/googles-angular-2-being-built-with-microsofts-typescript.html

so now do you have ts definitions available?

> From my understanding, the issue is PUT method on the cart items API is not updating metadata values correctly for the second cart item. > > > the payload...

> Can you try passing the request payload as follows for the PUT method? > > ```json > { > "$set": { > "metadata": { > "sizes": [] > }...

> Sorry, I was wrong with the request payload structure as I didn't notice that it's a frontend API. Can you try passing the request payload as follows? > >...

The swell team needs to investigate this scenario when updating an item metadata containing a list by adding and removing items from this list from multiple variants in the cart...

Hi @logeshswell is there any plans for this fix in the short term? We're expecting on shipping to production soon so we might need to refactor on our side in...