Issue
Error message inside Firefox console:
TypeError: (intermediate value).toLowerCase is not a function.
The message appears on every pageload. Independent of any use of directive().
Just because the browser is loading the corner.js or corner.min.js.
The responsible line of code is:
|
element_class_list = (element.className || '').toLowerCase().split(' '); |
My setup
corner.js 0.9.3 installed through Yarn
Firefox Developer Edition 60.0b5 on Win7 32bit WAMP-Server