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
The root cause of "f key is invalid" is method createShadowRoot() has been deprecated in favor of attachShadow. u can replace createShadowRoot() with attachShadow({mode: 'open'}) to slove this problem.
No description provided.
The text was updated successfully, but these errors were encountered: