-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: UIP - Design System
-
None
-
Minor
Issue Summary
The dependency react-intl-next used in Atlaskit would be better to have it with react-intl. This package resolution redirects, therefore, is causing extra time checking for redirects on the yarn audit logs.
Steps to Reproduce
- N/A
Expected Results
Have products all upgraded to use react-intl next, in Atlaskit dependency, since we understand we did this to allow gradual migration
Actual Results
react-intl-next is not replaced with react-intl what is causing extra time checking for redirects on the yarn audit logs.
When looking at the package resolutions in yarn lock, we can see that the package is resolved to another package:
react-intl-next "npm:react-intl@^5.18.1"
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- is caused by
-
ECOHELP-7200 Loading...
- mentioned in
-
Page Loading...