You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the keyframes() function inside of an interpolated string breaks when Babel transforms this to use the "".concat(…) API prior to Compiled running over it.
Describe the bug
Using the
keyframes()
function inside of an interpolated string breaks when Babel transforms this to use the"".concat(…)
API prior to Compiled running over it.Same underlying cause as #1789
To Reproduce
cjs
oresm
code with Babel;es2019
works.You will get broken code such as:
With JS such as:
Expected behavior
Expect code such as:
The text was updated successfully, but these errors were encountered: