No aggregate status was supplied.
; + return ( +Observed {snapshot.observedAt}
: null} ++ Loading Calls… +
+ ); + + if (state.kind === 'error' && !snapshot) + return ( +Unable to load Calls: {SAFE_LOAD_ERROR}
+ +Refreshing Calls…
: null} + {state.kind === 'error' ? ( +Refresh failed; showing the last known Calls data.
+ ++ Calls data is {instance.freshness}; verify freshness before relying on these values. +
+ ) : null} +Observed {snapshot.observedAt}
: null} +Aggregate metadata only; sensitive payload and addressing details are excluded.
+No device message aggregates were supplied.
+ )} +Sending, deleting, and changing messages are unavailable in this read-only module.
++ Loading Messages… +
+ ); + } + + if (state.kind === 'error' && !retainedSnapshot) { + return ( +Unable to load Messages: {SAFE_LOAD_ERROR}
+ +Refreshing Messages…
: null} + {state.kind === 'error' ? ( +Refresh failed; showing the last known Messages data.
+ ++ Messages data is {instance.freshness}; verify freshness before relying on these values. +
+ ) : null} +