tRPC without superjson serializes Date objects as plain strings/numbers over the wire. The .toISOString() calls crashed because the values aren't Date instances on the client. Matches the existing pattern used elsewhere (e.g. agents page).
tRPC without superjson serializes Date objects as plain strings/numbers over the wire. The .toISOString() calls crashed because the values aren't Date instances on the client. Matches the existing pattern used elsewhere (e.g. agents page).