mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(hooks): ensure exposed functions wrap by `useCallback` * fix(hooks/use-real-shape): remove unnecessary dependency from `useCallback`
8 lines
162 B
Markdown
8 lines
162 B
Markdown
---
|
|
"@nextui-org/use-clipboard": patch
|
|
"@nextui-org/use-real-shape": patch
|
|
"@nextui-org/use-ref-state": patch
|
|
---
|
|
|
|
ensure exposed functions wrap by `useCallback`
|