While we wait for the js to be fixed, if your only problem is the “innerText” js console error, you can hack in a workaround by adding this markup to the start of your form:
<div class=”screen-reader-response”><ul role=”status”></div>
It’s not ideal, but it at least allows the form to submit!