Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
261 B · 6 lines
TSX
1234567import { initializeTimeSync } from "@streamplace/components";
// Install the Date monkeypatch before React mounts so that all subsequent// `new Date()` / `Date.now()` calls account for server clock offset.// No-op on non-web platforms.initializeTimeSync();