We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
16.9.0
Code available at https://github.com/neolivz/vitejs-vite-p4q1rh
Run pnpm test in node 18.15.0 (test works with node 18.14.0 and 19.8.1)
pnpm test
18.15.0
Test should run successfullyThe test
I get the following error
TypeError: The "emitter" argument must be an instance of EventEmitter or EventTarget. Received an instance of AbortSignal
The text was updated successfully, but these errors were encountered:
This is an upstream bug with Node's unidici library: nodejs/undici#1910 (comment) It needs to be fixed by them, as we are using the API correctly.
Sorry, something went wrong.
createMemoryRouter
No branches or pull requests
What version of React Router are you using?
16.9.0
Steps to Reproduce
Code available at
https://github.com/neolivz/vitejs-vite-p4q1rh
Run
pnpm test
in node18.15.0
(test works with node 18.14.0 and 19.8.1)Expected Behavior
Test should run successfullyThe test
Actual Behavior
I get the following error
TypeError: The "emitter" argument must be an instance of EventEmitter or EventTarget. Received an instance of AbortSignal
The text was updated successfully, but these errors were encountered: