What's Changed
- chore(next/app-dir): make a union of
nextHttpLink
options by @KATT in #5173 - chore: bump typescript and fix TS errors by @KATT in #5178
- fix(server + client): add
noImplicitOverride
& add explicit overrides inTRPCError
/TRPCClientError
by @me-imfhd in #5195 - fix(next): rm
react-ssr-prepass
dependency by @KATT in #5201 - feat(next): exclude non-ssr queries from the hydrated state by @jonluca in #5135
- fix(server+client): Incorrect serialization of
IndexSignature
andRecord
by @microdev1 in #5211 - feat(server): deprecate
.createCaller()
in favor oft.createCallerFactory()
by @KATT in #5213
New Contributors
- @kwaimind made their first contribution in #5143
- @me-imfhd made their first contribution in #5195
- @microdev1 made their first contribution in #5211
Full Changelog: v10.44.1...v10.45.0