Skip to content

Commit

Permalink
import EventTarget correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchel committed Jan 30, 2020
1 parent fd3aa64 commit 7c65b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSource.js
Expand Up @@ -25,7 +25,7 @@

'use strict';

import { EventTarget } from 'event-target-shim';
import EventTarget from 'event-target-shim';
import { Networking } from 'react-native';

const EVENT_SOURCE_EVENTS = ['error', 'message', 'open'];
Expand Down

0 comments on commit 7c65b8a

Please sign in to comment.