You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation is performed per tag, regardless if the tag's product id exists or not.
We can do an early exit check even before validation by checking if the tag's product id actually exists within the dom.
Reproduction Steps
Load any config with a tag with a productId that doesn't exist in the DOM.
The text was updated successfully, but these errors were encountered:
Description
Validation is performed per tag, regardless if the tag's product id exists or not.
We can do an early exit check even before validation by checking if the tag's product id actually exists within the dom.
Reproduction Steps
Load any config with a tag with a productId that doesn't exist in the DOM.
The text was updated successfully, but these errors were encountered: