Skip to content

Commit

Permalink
fix(main): correctly import EventEmitter (#2814)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Haroenv authored and bobylito committed Mar 16, 2018
1 parent d9e0157 commit 8fa3649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/InstantSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import forEach from 'lodash/forEach';
import mergeWith from 'lodash/mergeWith';
import union from 'lodash/union';
import isPlainObject from 'lodash/isPlainObject';
import { EventEmitter } from 'events';
import EventEmitter from 'events';
import urlSyncWidget from './url-sync.js';
import version from './version.js';
import createHelpers from './createHelpers.js';
Expand Down

0 comments on commit 8fa3649

Please sign in to comment.