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
We discovered a discrepancy between transpiled and untranspiled Javascript which was introduced when upgrading ember-cli-babel from 7.26.4 to 7.26.11. Nested if statements get transpiled incorrectly (removing the nested if):
We discovered a discrepancy between transpiled and untranspiled Javascript which was introduced when upgrading
ember-cli-babel
from7.26.4
to7.26.11
. Nestedif
statements get transpiled incorrectly (removing the nestedif
):(source)
(transpiled)
Our interim fix involved refactoring the duplicated, target key to
delete
into a new variable,taxonomyType
, as follows:The text was updated successfully, but these errors were encountered: