ariakit-utils@0.17.0-next.23
Pre-release
Pre-release
·
4564 commits
to main
since this release
Minor Changes
- Removed
ensureFocusfunction. (#1599)
Patch Changes
-
Fixed an issue where
ariakit-utilswas directly accessing React v18 APIs via a namespace import (import * as React from 'react') and Webpack was raising an error. Changed access to string concatenation so that Webpack is unable to infer that these APIs may not be in the imported package. (#1560) -
Added
focusIntoViewfunction. (#1599) -
Added
usePortalRefhook. (#1592)