This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
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.