-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I'm trying to use react-aria on a project that uses snowpack.
I'm running into this issue, which could potentially be a bug in snowpack's handling of the intl-messageformat-parser
module:
However, it looks like that package is deprecated anyway:
https://www.npmjs.com/package/intl-messageformat-parser
And when I ask "why does my project have this dep", it comes via @internationalzed/message
:
$ npm ls intl-messageformat-parser
...
└─┬ ...
└─┬ [email protected]
└─┬ @react-aria/[email protected]
└─┬ @internationalized/[email protected]
└─┬ [email protected]
└── [email protected]
It looks like [email protected]
is a pretty old release, the current one is 9.6.11:
https://github.com/formatjs/formatjs/blob/main/packages/intl-messageformat/CHANGELOG.md
...which actually mentioned the 9.6.9 release specifically fixed ESM issues.
Could react-aria bump the intl-messageformat
dep to hopefully make building with an ESM tool chain work?
Metadata
Metadata
Assignees
Labels
No labels