Skip to content

v4.57.2

Choose a tag to compare

@github-actions github-actions released this 25 May 01:00
· 8 commits to main since this release
7a8354e

Patch Changes

  • 9237d9b: Import I18nProvider from the react-aria umbrella instead of the
    granular @react-aria/i18n package in OverdriveProvider.

    react-aria 3.46+ no longer pulls in @react-aria/i18n as a transitive
    dependency, so consumers on those versions had nothing to resolve the granular
    import to. Builds using Rolldown/Vite failed with
    failed to resolve import "@react-aria/i18n", and setups that resolved a
    stale copy ended up with a duplicate react-aria instance, which surfaced as
    a runtime Cannot read properties of undefined (reading 'useMemo') crash on
    mount. Importing from the react-aria peer dependency we already declare
    keeps everything on a single instance.