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
If I use a variable in an loop, which clashes with a component name, I get an error when updating data ("vendor.set is undefined"), because the variable overwrites the component. I incorrectly assumed, that the component name is case-sensitive. I'm not sure, if this is the intended behaviour. If so, a warning would be rad 😄