During my cross-browser testing on IE Edge in IE8 mode, the page fails to display correctly due to a Less JS (v2.7.1) error. The console log shows:
SCRIPT438: Object doesn't support property or method 'bind' File: less.js, Line: 1896, Column: 1
The same issue occurs with the minified version: SCRIPT438: Object doesn't support property or method 'bind' File: less.min.js, Line: 13, Column: 27226
I have learned that bind is not supported by IE8 and below, which is causing this problem.
Is there a solution that can help me resolve this without having to remove Less JS entirely (which is not an option)?