Skip to content

ariakit-utils@0.17.0-next.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:15
· 4628 commits to main since this release
c8409b7

Minor Changes

  • types: BooleanOrCallback now requires a generic parameter input. (#1534)

Patch Changes

  • Fixed an issue where ariakit-utils was importing React v18 APIs via named imports. As Webpack/CRA sees that these APIs do not exist on React v17, it would raise an error when an app used React v17. (#1542)

  • Fixed useUpdateEffect and useUpdateLayoutEffect on strict mode. (#1534)