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