Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

f key is invalid with 1.2.99 chrome (83.0.4103.61) #734

Open
dengyifan opened this issue May 31, 2020 · 2 comments
Open

f key is invalid with 1.2.99 chrome (83.0.4103.61) #734

dengyifan opened this issue May 31, 2020 · 2 comments

Comments

@dengyifan
Copy link

No description provided.

@dengyifan dengyifan changed the title f key is invalid with 1.2.99 f key is invalid with 1.2.99 chrome (83.0.4103.61) May 31, 2020
@illiiilli
Copy link

This is tracked in issue #726.

@lidonghai
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants