fix(fetch): update transport doc for RequestBody type rename - #200
fix(fetch): update transport doc for RequestBody type rename#200stijnvanhulle wants to merge 1 commit into
Conversation
ResolvedRequest.body now uses a module-local RequestBody type instead of the global BodyInit, which a Node-only project (@types/node without the dom lib) never declares. See kubb-labs/plugins#839. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H2LADp1sJjG9BQz5sQbsBX
|
◈ PR Lens
Architecture 1 component touched across 1 lane. Data flow No data-flow sequence changed in this PR. Drill down
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎯 Changes
ResolvedRequest.bodyin@kubb/plugin-fetchno longer types as the globalBodyInit, which a Node-only project (@types/nodewithout thedomlib) doesn't declare. It now uses a module-localRequestBodytype. Updates the "Use a custom transport" snippet to match.See kubb-labs/plugins#839, which fixes the underlying type and issue kubb-labs/plugins#833.
✅ Checklist
🤖 Generated with Claude Code
https://claude.ai/code/session_01H2LADp1sJjG9BQz5sQbsBX
Generated by Claude Code