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
When an option is an object (e.i.: headers, queryParams), the defaults are always overridden if defined again.
Ex:
I think the culprit is located here:
http/lib/plugin.js
Line 85 in 1b9b21e
After updating ky + replace this line by:
const _options = defu(options, this._defaults)
everything is back in order
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When an option is an object (e.i.: headers, queryParams), the defaults are always overridden if defined again.
Ex:
I think the culprit is located here:
http/lib/plugin.js
Line 85 in 1b9b21e
After updating ky + replace this line by:
everything is back in order
The text was updated successfully, but these errors were encountered: