v4.57.2
Patch Changes
-
9237d9b: Import
I18nProviderfrom thereact-ariaumbrella instead of the
granular@react-aria/i18npackage inOverdriveProvider.react-aria3.46+ no longer pulls in@react-aria/i18nas 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 duplicatereact-ariainstance, which surfaced as
a runtimeCannot read properties of undefined (reading 'useMemo')crash on
mount. Importing from thereact-ariapeer dependency we already declare
keeps everything on a single instance.