▲ | kentonv 3 days ago | |||||||
If you invoke `Date.toLocaleString()` in a map callback, it will consistently always run on the client. | ||||||||
▲ | fizx 3 days ago | parent [-] | |||||||
I don't see how this very contrived example pipelines:
or without the conditional,
Like it has to call toLocaleString on the server, no? | ||||||||
|