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
Some of the HTML code generated in our project (via RequireJS + Handlebars) ends up badly formatted (with an empty line at the beginning) as shown in the attached screenshot.
Using jQuery Migrate 1.1.1, our console correctly shows the warning:
JQMIGRATE: $(html) HTML strings must start with '<' character
However, upgrading to jQuery Migrate 1.2.0 breaks this warning; instead it produces an Uncaught TypeError after trying to run the rignoreText regular expression over the selector:
match = rignoreText.exec( selector );
The warning produced in the console is:
Uncaught TypeError: Cannot read property '1' of null