v2.64.3
What's Changed
New Features 🎉
- feat(server): allow x-parse-through-body header to parse through the body of req by @yimingjfe in #6836
Bug Fixes 🐞
- fix(router): compatible with splitRouteChunks is false in react17 + csr by @yimingjfe in #6827
更新内容
新特性 🎉
- feat(server): 添加 x-parse-through-body 以透传请求体 由 @yimingjfe 实现, 详情可查看 #6836
Bug 修复 🐞
- fix(router): 在 react17 和 csr 模式下,兼容 splitRouteChunks 为 false 的情况 由 @yimingjfe 实现, 详情可查看 #6827