We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e3da2 commit de26d6dCopy full SHA for de26d6d
1 file changed
packages/shared/ReactTypes.js
@@ -165,7 +165,7 @@ export type ReactResponderContext = {
165
dispatchEvent: (
166
eventObject: Object,
167
listener: (Object) => void,
168
- otpions: ReactResponderDispatchEventOptions,
+ options: ReactResponderDispatchEventOptions,
169
) => void,
170
isTargetWithinElement: (
171
childTarget: Element | Document,
0 commit comments