Closed
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
When starting the example, with Node 18, this is the result:
GET http://localhost:3000/
GET http://localhost:3000/api/trpc/example.hello?batch=1&input=%7B%220%22%3A%22World%22%7D
An unhandled error occured: Error: Cannot serialize function without reference ID.
at Re (file:///Users/admin/repos/solid-start/node_modules/.pnpm/[email protected]/node_modules/seroval/dist/esm/production/index.mjs:3:30635)
Also note, the example uses an archived solid-trpc package.
Expected behavior 🤔
that the server starts
Steps to reproduce 🕹
Steps:
- checkout latest main in solid-start
- Use node 18
pnpm i
- go to examples/with-trpc
- run
pnpm run dev
Context 🔦
Might be related to other recent seroval issues:
Your environment 🌎
No response