Open
Description
💻
- Would you like to work on this feature?
What problem are you trying to solve?
We’ve encountered an issue related to the new release of the Babel package. In the latest version
v7.27.2, a dependency that we relied on as part of Babel was removed. Now, most of our software versions are failing with errors due to the missing dependency regenerator-runtime
.
Describe the solution you'd like
I suggest either restoring or rolling back a PR #17263 , as its removal constitutes a breaking change in backward compatibility.
Describe alternatives you've considered
Remove regenerator-runtime
in higher digit of version in Babel.
Documentation, Adoption, Migration Strategy
No response