diff --git a/src/useIdentifier.ts b/src/useIdentifier.ts index 1092c6f..36281fe 100644 --- a/src/useIdentifier.ts +++ b/src/useIdentifier.ts @@ -10,8 +10,6 @@ const generate: () => string = (() => { * across re-renders. * * This hook does not currently support SSR. - * - * @private */ export const useIdentifier = (): string => { const ref = React.useRef();