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
We relaxed the mangling of fragment-only href attribute values (#1142) by only transforming the value if there are no elements with id attributes in the same template. This was done to avoid breaking associations between elements in LWC and elements outside of LWC because we mangle all id values in LWC in order to support scoped ids.
The plan is to revert most of that, minus a few tests, once we've taken the appropriate steps.
The text was updated successfully, but these errors were encountered:
We relaxed the mangling of fragment-only href attribute values (#1142) by only transforming the value if there are no elements with
id
attributes in the same template. This was done to avoid breaking associations between elements in LWC and elements outside of LWC because we mangle allid
values in LWC in order to support scoped ids.The plan is to revert most of that, minus a few tests, once we've taken the appropriate steps.
The text was updated successfully, but these errors were encountered: