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 use ecmaVersion2017 in our project, and v1.3.0 breaks on this with:
$PWD/node_modules/chai-enzyme/node_modules/react-element-to-jsx-string/node_modules/sortobject/node_modules/editions/es2015/index.js:168
throw new DetailedError('There are no suitable editions for this environment:', { opts: opts, editions: editions, failures: editionFailures });
However, when I peg to v1.2.x of editions, it does not.
Please revert this breaking change in a minor version :-/
The text was updated successfully, but these errors were encountered:
We use
ecmaVersion
2017
in our project, and v1.3.0 breaks on this with:However, when I peg to v1.2.x of
editions
, it does not.Please revert this breaking change in a minor version :-/
The text was updated successfully, but these errors were encountered: