Is this in prod? Local dev? What version
Is this in prod? Local dev? What version of wrangler?
3 Replies
my bad, I think it's working now. maybe something was out of sync between what I thought I deployed and what I actually deployed. so sorry for the false alarm!
No problems! I was just about to try and repro!
while I got you here, could I seek clarifications on what happens to payloads after they are passed through RPC?
I passed something that is of the type
Date | null
and it seems like, if it’s a date, I actually lose the methods that would otherwise exist.
should I assume that everything gets serialized to string and I will need to rehydrate them into objects? thanks!