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
Loading the polyfill bundle with URL flags is not compatible with using the object syntax to force ShadyDOM on.
In particular, if you do ShadyDOM = {force: true, noPatch: true} and then load the page with ?wc-shadydom=true then noPatch is set to off because it's read off the URL in this case. It should fall back to its current value.
The text was updated successfully, but these errors were encountered:
* querySelectorAll now polyfills an NodeList so coerce to Array when doing `deepEquals`
* when testing noPatch, add workaround for webcomponents/polyfills#250.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
Loading the polyfill bundle with URL flags is not compatible with using the object syntax to force ShadyDOM on.
In particular, if you do
ShadyDOM = {force: true, noPatch: true}
and then load the page with?wc-shadydom=true
thennoPatch
is set to off because it's read off the URL in this case. It should fall back to its current value.The text was updated successfully, but these errors were encountered: