Hello, I'm trying to use a search param which serializes to bigint but I have troubles with loaderDeps: https://stackblitz.com/edit/tanstack-router-pajud2x2?file=src%2Froutes%2F__root.tsx&preset=node (click on About in nav)
Do not know how to serialize a BigInt
I see that the error is coming from the loaderDeps implementation which tries to JSON.stringify the search object. Is there a way to customize this behavior?