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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Start
As mentioned here when we set validateClient to true on a middleware, it can save us a round trip to the server by first validating on client side.
In the example I've provided the client side validation never happens and server function is called and validation occurs on the sever.
https://stackblitz.com/edit/tanstack-router-d9oky75u?file=app%2Froutes%2Findex.tsx
Based on documentation, I expected validation check happens first on the client and server function not being called.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
As mentioned here when we set validateClient to true on a middleware,
it can save us a round trip to the server by first validating on client side.
In the example I've provided the client side validation never happens and server function is called and validation occurs on the sever.
Your Example Website or App
https://stackblitz.com/edit/tanstack-router-d9oky75u?file=app%2Froutes%2Findex.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
Based on documentation, I expected validation check happens first on the client and server function not being called.
Screenshots or Videos
No response
Platform
react-router: 1.112.0
react-start: 1.112.3
Additional context
No response
The text was updated successfully, but these errors were encountered: