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
From looking at the that stack trace, I look at HTMLElement.js and key is a Symbol in this case so can't call .replace on it. Maybe need to check if key is not a string and key toString on it? Not to sure on the spec if it is expected for a proxy get to be triggered off a symbol access,
The text was updated successfully, but these errors were encountered:
From looking at the that stack trace, I look at HTMLElement.js and key is a Symbol in this case so can't call .replace on it. Maybe need to check if key is not a string and key toString on it? Not to sure on the spec if it is expected for a proxy get to be triggered off a symbol access,
The text was updated successfully, but these errors were encountered: