Skip to content

Commit

Permalink
chore: Export useStableReference hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mfanselmo committed Oct 21, 2024
1 parent 889724f commit 30a9882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ui",
"version": "0.5.23-beta.32",
"version": "0.5.23-beta.34",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export * from "./utils/browserUtils";
export * from "./utils/commandUtils";
export * from "./utils/commandControls";
export * from "./utils/useTraceUpdate";
export * from "./utils/hooks/useStableReference";
export { default as AsyncValidateFieldSpinner } from "./AsyncValidateFieldSpinner";
export { default as showProgressToast } from "./utils/showProgressToast";
export { default as getTextFromEl } from "./utils/getTextFromEl";
Expand Down

0 comments on commit 30a9882

Please sign in to comment.