We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07be4f commit 1ceacacCopy full SHA for 1ceacac
packages/react-dom-bindings/src/events/ReactDOMEventReplaying.js
@@ -111,7 +111,7 @@ const discreteReplayableEvents: Array<DOMEventName> = [
111
'change',
112
'contextmenu',
113
'reset',
114
- 'submit',
+ // 'submit', // stopPropagation blocks the replay mechanism
115
];
116
117
export function isDiscreteEventThatRequiresHydration(
0 commit comments