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 2af07d3 commit 31d0966Copy full SHA for 31d0966
packages/react-dom/src/events/DOMPluginEventSystem.js
@@ -133,7 +133,7 @@ function extractEvents(
133
// invalidates the heuristics of the event plugin. We
134
// could alter all these plugins to work in such ways, but
135
// that might cause other unknown side-effects that we
136
- // can't forsee right now.
+ // can't foresee right now.
137
if (shouldProcessPolyfillPlugins) {
138
EnterLeaveEventPlugin.extractEvents(
139
dispatchQueue,
0 commit comments