Michaël Gallego

Results 110 comments of Michaël Gallego

Could this be prioritized? We're having a lot of pollution warnings due to this.

For anyone you would read this while trying to make it work with the new Polaris components, you need to make sure that the ref (on the experiemntal branch of...

attached_to_variant is more or less deprecated in Shopify. You must now use the `product.media` (which return all kind of media), and media does not have attached_to_variant. I don't expect any...

It seems you're right, this is a very odd limitation. Maybe Parcel should emit a warning here, I can imagine I won't be the first being caught by surprise here...

Hello :), I'm facing a similar issue on RVF 8. The form isDirty remains false after adding or deleting array items. Have you find a workaround?

Thanks for the trick! This works but this is not optimal though. First you need to carry the form in the component (I am using the scope and field to...

This is not working @airjp73 . While you can go down (so creating a scope from a form), you cannot revert back a scope to its original form (when you...

For reference, this issue happens for all array methods (such as move, swap, remove) and not just `push`.

Just to comment back on this, the workaround, while working, is quite confusing. Having to deal with lot of different elements (a scope, a "field array", a "form scope"...) is...

Thanks for adding that! I would prefer an approach where I don't have to manually re-set the values in the `resetForm` as this would cause duplication on how we extract...