Open dengyifan opened 4 years ago
This is tracked in issue #726.
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.
This is tracked in issue #726.