What's Changed
- test: correct usages of
Proxy
to support Node.js 24 by @yusukebe in #4260 - fix(cookie): remove not used
signingSecret
option by @yusukebe in #4263 - fix(jsx): cloneElement didn't copy children by @yayugu in #4257
- fix(client): remove
index
string when calling$url()
by @yusukebe in #4267 - fix(ssg): invoke callback when it's only a dynamic route by @yusukebe in #4249
- fix(request):
req.json()
keeps the content as is by @yusukebe in #4269
Full Changelog: v4.8.3...v4.8.4