createUniqueId createUniqueId 1function createUniqueId(): string; A universal id generator that is stable across server/browser. 1const id = createUniqueId(); Note: on the server this only works under hydratable components. Комментарии