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
Setting AOM properties imperatively throws TypeError: Invalid value used as weak map key. This is because tags have a host property which is what we use to determine if a value is an element or shadow root.
Steps to Reproduce
Create a component that renders an anchor
Get a reference to the anchor
imperatively set ariaChecked = 'true';
expected:
No error
actual:
Weak map error
The text was updated successfully, but these errors were encountered:
Description
Setting AOM properties imperatively throws
TypeError: Invalid value used as weak map key
. This is because tags have ahost
property which is what we use to determine if a value is an element or shadow root.Steps to Reproduce
ariaChecked = 'true';
expected:
No error
actual:
Weak map error
The text was updated successfully, but these errors were encountered: