Skip to content

Commit b164747

Browse files
chore(fuselage-hooks): Remove deprecated useUniqueId (#1897)
Co-authored-by: Douglas Fabris <devfabris@gmail.com>
1 parent 37a728f commit b164747

File tree

5 files changed

+5
-68
lines changed

5 files changed

+5
-68
lines changed

.changeset/honest-buckets-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rocket.chat/fuselage-hooks": minor
3+
---
4+
5+
chore(fuselage-hooks): Remove deprecated `useUniqueId`

packages/fuselage-hooks/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export * from './useSafely';
2525
export * from './useStableArray';
2626
export * from './useStorage';
2727
export * from './useToggle';
28-
export * from './useUniqueId';
2928
export * from './useOutsideClick';
3029
export * from './useElementIsVisible';
3130
export * from './useButtonPattern';

packages/fuselage-hooks/src/useUniqueId.server.spec.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/fuselage-hooks/src/useUniqueId.spec.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/fuselage-hooks/src/useUniqueId.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)