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
Fixes#21
You can't use `innerHTML` to detect declarative root support because innerHTML does not attach shadow roots. Instead DOMParser must be used. This article describes the problem: https://web.dev/declarative-shadow-dom/#parser-only
Tested and verified in my project.
0 commit comments