Apply a batch transform to a TimeSeries snapshot, recomputing only when
the input snapshot changes.
The transform function should be referentially stable (wrap in
useCallback if it captures changing dependencies). Returns null when the
input snapshot is null.
Apply a batch transform to a
TimeSeriessnapshot, recomputing only when the input snapshot changes.The
transformfunction should be referentially stable (wrap inuseCallbackif it captures changing dependencies). Returnsnullwhen the input snapshot isnull.