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
{{ message }}
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
today we had an Error ReferenceError: /path/to/file.js: Container is falsy with the following callstack
at NodePath._replaceWith (node_modules/babel-traverse/lib/path/replacement.js:170:11)
at NodePath.replaceWith (node_modules/babel-traverse/lib/path/replacement.js:160:8)
at node_modules/babel-plugin-lodash/lib/index.js:144:23
at arrayEach (node_modules/lodash/_arrayEach.js:15:9)
at forEach (node_modules/lodash/forEach.js:38:10)
at node_modules/babel-plugin-lodash/lib/index.js:130:30
at arrayEach (node_modules/lodash/_arrayEach.js:15:9)
at forEach (node_modules/lodash/forEach.js:38:10)
at node_modules/babel-plugin-lodash/lib/index.js:115:28
at arrayEach (node_modules/lodash/_arrayEach.js:15:9)
Hi everybody,
today we had an Error
ReferenceError: /path/to/file.js: Container is falsy
with the following callstackThe location of the last call would be https://github.com/babel/babel/blob/6.x/packages/babel-traverse/src/path/replacement.js#L168
This happens after starting jest tests. Jest uses the .babelrc https://facebook.github.io/jest/docs/getting-started.html#using-babel
I could further break it down to the usages of
property
andflatten
functions imported fromlodash/fp
.I also updated to the latests babel 6 version.
Any ideas what could cause this?
The text was updated successfully, but these errors were encountered: