Skip to content

Commit 8fa3649

Browse files
Haroenvbobylito
authored andcommitted
fix(main): correctly import EventEmitter (#2814)
* fix(main): correctly import EventEmitter fixes #2730 I was bumping in this too now * chore: update snapshot * Revert "chore: update snapshot" This reverts commit 5a75214.
1 parent d9e0157 commit 8fa3649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/InstantSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import forEach from 'lodash/forEach';
66
import mergeWith from 'lodash/mergeWith';
77
import union from 'lodash/union';
88
import isPlainObject from 'lodash/isPlainObject';
9-
import { EventEmitter } from 'events';
9+
import EventEmitter from 'events';
1010
import urlSyncWidget from './url-sync.js';
1111
import version from './version.js';
1212
import createHelpers from './createHelpers.js';

0 commit comments

Comments
 (0)