-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use EventTarget-based event emitter #1522
fix: use EventTarget-based event emitter #1522
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a7cfc73:
|
@chrisguttandin, thanks for this update! Looks awesome. Please, have you by any chance noticed if any of MSW dependencies use an older version of |
Running This is what it looks like with this PR. msw@0.49.2
├─┬ @mswjs/interceptors@0.17.5
│ └── strict-event-emitter@0.2.4
└── strict-event-emitter@0.4.3 |
Nice! I think that shouldn't be the issue since the old strict-event-emitter had problems in the browser. It always worked fine in Node because it was originally based off the native This should have us good to go! |
Released: v0.49.3 🎉This has been released in v0.49.3! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
This may be causing errors now - see #1539 |
This PR intended to update
strict event emitter
to the latest version.