We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start
Start Server Functions don't respect TanStack Router specified transformers.
See pictures below:
SuperJSON is specified
Function returns a Date, with the proper type
Date
Loader gets the incorrect type (the actual value is just a stringified date)
https://github.com/AlexGaudon/start-date-repro
bun install
bun --bun run dev
As a user, I expect server functions to automatically conform to the transformer specified.
No response
The text was updated successfully, but these errors were encountered:
I think a future test suite with various serializers (e.g., Rich-Harris/devalue) would be a good idea.
Sorry, something went wrong.
This should be getting addressed in the server functions PR.
Just for clarity, are you talking about #2513
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
Start Server Functions don't respect TanStack Router specified transformers.
See pictures below:
SuperJSON is specified
Function returns a
Date
, with the proper typeLoader gets the incorrect type (the actual value is just a stringified date)
Your Example Website or App
https://github.com/AlexGaudon/start-date-repro
Steps to Reproduce the Bug or Issue
bun install
bun --bun run dev
Expected behavior
As a user, I expect server functions to automatically conform to the transformer specified.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: