Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Hotfix: Cannot read property 'content' of undefined

Latest
Compare
Choose a tag to compare
@rnicholus rnicholus released this 03 Dec 06:14
· 1 commit to master since this release

May happen in some instances since the ajax-form.js file lis loaded before the <template> is rendered. Ran across this while working on a Web Component integration library/loader for React.

Error I saw was:

Uncaught TypeError: Cannot read property 'content' of undefined
    at HTMLFormElement.value (ajax-form.js:476)
    at ajax-form.js:469
    at ajax-form.js:500

Fixed in 801d190.