Yaffle / EventSource

a polyfill for http://www.w3.org/TR/eventsource/
MIT License
2.11k stars 338 forks source link

How to use with last version of React.js #203

Open geoffroyp opened 2 years ago

geoffroyp commented 2 years ago

Hi guys,

I'm trying since way too long to import this library in a React project using React's last version. At the moment, it's just a sandbox to try various things.

But I miserably fail everytime. I have tried to:

etc, etc...

I'm new to react, so i'm probably doing something wrong, but I hardly understand why we couldn't import it like any other module with a simple import EventSourcePolyfill from "event-source-polyfill";

Any idea / savior?

sbx0 commented 2 years ago

You can import like this import {EventSourcePolyfill} from "event-source-polyfill"; Full Code