Brian Bolnick
Brian Bolnick
Bumping this issue, it's especially dominant in Remix land since they use the splat `&` character for routing. Would love a solution here :)
@jshaffstall-bng curious to know if you have an estimated timeline with this at all so I can pass it on to my users?
> > I have the same problem. When creating a new split with prefix % or prefix ", I can easily navigate between other splits until I focus the vim...
Unfortunately the process list always looks like that... both when it's working and not :/ @christoomey
Yes, it's ultimately a wrapper around `superjson` that prevents auto-deserializes inbound and outbound payloads for loaders and actions. It's a common practice to ensure end-to-end type safety. Think of it...
You could check out the typedjson example repo, that's probably the easiest way to get something up and running that's similar to what we're doing https://github.com/kiliman/remix-typedjson-example
Finally got around to this, got it working with a pretty simple workaround. Cloned the `useSWEffect` hook locally and added the following: ``` function deserializeRoute(route: RouteMatch) { return JSON.parse(JSON.stringify(route)); }...
Looks like it is still occurring with the current versions of prisma and zod, unfortunately. I'll try to revert back where possible, but may need to figure something else out...
Unfortunately it's a private repo and I can't share it :/ It's only affecting one model, so I'll see if I can put together a replica of it and any...
@selvakumar-aspire do you have a fork or a branch I could pin to?