[Webpack > Common] Fix FluxDispatcher

pull/83/head
CanadaHonk 2 years ago committed by GitHub
parent 9ef146515a
commit f8df94661c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ export const common = { // Common modules
ReactDOM: findByProps('render', 'hydrate'),
Flux: findByProps('Store', 'connectStores'),
FluxDispatcher: findByProps('_waitQueue', '_orderedActionHandlers'),
FluxDispatcher: findByProps('register', 'wait'),
i18n: findByProps('Messages', '_requestedLocale'),

Loading…
Cancel
Save