Upgrade to Chrome 54, got DOMException in onsen-modal/animator.js
-
My existing code stop running when upgrade to Chrome 54 (on Ubuntu), with DOMException:
Failed to execute 'createElement' on 'Document': The result must not have attributes
, in ons-modal/animator.js.According to http://stackoverflow.com/questions/40181683/failed-to-execute-createelement-on-document-the-result-must-not-have-childre-childr), Chrome 54 seems to be the first version to provide native createEement().
-
I’m also seeing this after upgrading to Chrome 54.
-
This was fixed even before Chrome 54 was released. Please update Onsen UI.
They do provide a native
createElement
, but it’s bugged. I hope they fix it for the next release.
-
@Fran-Diox Cool! Thanks.