Closed ArcadeRenegade closed 7 months ago
Latest commit: a30a29cf4874339ece09a5a02c76b9440e6ed1e0
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Hmm, yeah we need vitest to pass. I just made all the necessary checks run on PRs, so if you rebase off main, it should run them now.
FYI, I'm considering replace @remix-run/web-fetch
with undici
as the Remix team is deprecating their polyfill. I think it'll solve your issue at the same time.
@wKovacs64 ok makes sense!
Supports using native fetch in web workers or extension background threads where
window
isundefined
.Should still fall back to using
fetchWrapper
when native fetch is not available for older versions of NodeJS.I ran vitest but it does not look like unit tests are passing. Perhaps I am missing some setup.
I ran the playwright tests and they did pass though.
456