dillon1000/react
Commit
Browse files Fix Flow errors in Event Plugins (#7698)
Due to a typo in PR#7667 where I put 'DispatchConfig' when the type was 'EventTypes', there were some flow errors being thrown. Then PR#7642 fixed a bug in SimpleEventPlugin and added some untyped methods, which threw more flow errors. Last, while fixing this, I fixed two eslint errors in the SimpleEventPlugin test.
Changed paths5 files
First-parent comparisonsrc/renderers/dom/client/eventPlugins/SimpleEventPlugin.js ModifiedM src/renderers/dom/client/eventPlugins/TapEventPlugin.js ModifiedM src/renderers/dom/client/eventPlugins/__tests__/SimpleEventPlugin-test.js ModifiedM src/renderers/shared/stack/event/PluginModuleType.js ModifiedM src/renderers/shared/stack/reconciler/ReactInstanceType.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…