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
Using the plugin to generate some pug/jade content using the unescaped plugin.
When viewing the output on Mac OS Safari, Chrome etc the plugin works fine. However when viewing the page on Windows 10, (or lower) in IE and Edge gives a console error and breaks js on the page.
Hi! I could not reproduce your issue on Edge 16.
But I reproduced it in IE11 and lower, where matches is not supported in its unprefixed form. We should probably use msMatchesSelector as a fallback for those browsers (IE9-11).
Using the plugin to generate some pug/jade content using the unescaped plugin.
When viewing the output on Mac OS Safari, Chrome etc the plugin works fine. However when viewing the page on Windows 10, (or lower) in IE and Edge gives a console error and breaks js on the page.
It seems to fall over element.matches. :
Unsure exactly why it's falling over, as I've discovered that Edge supports
matches()
.https://caniuse.com/#search=matches
¯_(ツ)_/¯
The text was updated successfully, but these errors were encountered: