Closed tim-field closed 6 years ago
Above error is raised in chrome ( latest at least )
From here. https://github.com/chemerisuk/better-dateinput-polyfill/blob/v2.0.0/dist/better-dateinput-polyfill.js#L19
Reproduce like so in the console window.DOM.get('documentElement'); -> null
window.DOM.get('documentElement');
window.DOM.get('documentElement').lang; triggers above error.
window.DOM.get('documentElement').lang;
I am not sure if it will work with your case but you can set the lang in the html tag inside your html like this <html lang="en">
<html lang="en">
@tim-field it looks like you do not have all dependencies downloaded
Above error is raised in chrome ( latest at least )
From here. https://github.com/chemerisuk/better-dateinput-polyfill/blob/v2.0.0/dist/better-dateinput-polyfill.js#L19
Reproduce like so in the console
window.DOM.get('documentElement');
-> nullwindow.DOM.get('documentElement').lang;
triggers above error.