You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to configure SuperJSON as a transformer in createRouter within the basic-ssr-streaming-file-based example, TypeScript type errors prevent implementation following the expected code structure.
ts error log
Type 'typeof SuperJSON' is missing the following properties from type 'RouterTransformer':
- 'encode'
- 'decode'
Which project does this relate to?
Router
Describe the bug
When attempting to configure SuperJSON as a transformer in
createRouter
within thebasic-ssr-streaming-file-based
example, TypeScript type errors prevent implementation following the expected code structure.ts error log
Your Example Website or App
https://github.com/TanStack/router/tree/main/examples/react/basic-ssr-streaming-file-based
Steps to Reproduce the Bug or Issue
basic-ssr-streaming-file-based
exampleExpected behavior
Type safe
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: