Update stream.ts to fix error on update Undici#672
Update stream.ts to fix error on update Undici#672martinez-hugo wants to merge 2 commits intovercel:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 97ed9ec The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Link to vercel/vercel#10767 & vercel/vercel#10761 |
|
@martinez-hugo thanks for this! Can you explain a bit what's the issue? Adding a test case can also clarifying what's happening here 🙂 |
|
This issue is linked to the upgrading of undici package and the replaces of And this error refer to our invocation of toToReadable function with a type of our first argument as Readable and not ReadableStream |
|
The Tests are failing since |
No description provided.