Skip to content

Commit

Permalink
Remove private denotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Jul 30, 2020
1 parent b5ad8b6 commit 57664d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/useIdentifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>();
Expand Down

0 comments on commit 57664d2

Please sign in to comment.