fix: handle all options in sequence function#9741
Conversation
preload and filterSerializedResponseHeaders fixes #8061
🦋 Changeset detectedLatest commit: 749e787 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 |
|
I'm wondering whether it would perhaps be better to take all Something like this (in case of the EDIT: I just noticed this was already discussed in the issue, so perhaps this comment should be disregarded... |
|
We decided on "first wins" because else there's no way to re-introduce a filtered header/preload (if we do |
preload and filterSerializedResponseHeaders
fixes #8061
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.