-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
TypeError: RequestInit: Expected signal ("AbortSignal {}") to be an instance of AbortSignal. #4966
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
Comments
Can you provide an actual repro? That doesn't give much to go on. |
I would assume that you have some kind of |
@markerikson @phryneas I can try, I'll have to figure out where the polyfill is coming from 😅 (probably jsdom) |
GUI tests fail on Node 24. This is not an issue for the actual GUI but with the tooling required to run the tests in Node (vitest, etc). Found a similar report here: reduxjs/redux-toolkit#4966 For now just exclude it from the matrix always, we'll add it back later once tooling catches up.
GUI tests fail on Node 24. This is not an issue for the actual GUI but with the tooling required to run the tests in Node (vitest, etc). Found a similar report here: reduxjs/redux-toolkit#4966 For now just exclude it from the matrix always, we'll add it back later once tooling catches up.
I'm seeing this same issue in my application, and we have a very similar setup with Vitest and MSW. Test log is here: https://github.com/streetmix/streetmix/actions/runs/14998382595/job/42138378871#step:8:1338 One thing we have in common is we are both using the I am not intentionally polyfilling fetch either. |
Ran into a similar issue with our application (closed source unfortunately so can't share a link, will try to get a repro up). We use toolkit and vitest, but not msw. Migrating our test env from |
Happens when using node v24.0.0, with vitest, msw and jsdom.
Full error
passes with node version 22
The text was updated successfully, but these errors were encountered: