UNPKG

braid-design-system

Version:
5 lines (3 loc) 143 B
import { useRef } from 'react'; import { v4 as uuid } from 'uuid'; export const useFallbackId = () => useRef(`fallbackId-${uuid()}`).current;