Nicholas Pepper

Results 1 comments of Nicholas Pepper

> It looks like the solution to this is to make sure the event bubbles, highlighted in this comment: [facebook/react#20151 (comment)](https://github.com/facebook/react/issues/20151#issuecomment-721000418) > > `document.getElementById('myForm').dispatchEvent(new Event('submit', { cancelable: true, bubbles:true }))`...