mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(module): mark functions used in exports as pure (#3604)
This commit is contained in:
@@ -116,4 +116,4 @@ function _useOverlay() {
|
||||
}
|
||||
}
|
||||
|
||||
export const useOverlay = createSharedComposable(_useOverlay)
|
||||
export const useOverlay = /* @__PURE__ */ createSharedComposable(_useOverlay)
|
||||
|
||||
Reference in New Issue
Block a user