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
I have a question about this code, since we're failing on const {instrument, config} = options; because instrument does not exist in options. However, are we not expecting instrument could be missing in .update(instrument ? 'instrument' : '')? If so, could it be optional when destructered from options? We've been looking for a workaround, but nothing works yet.
This is for fbjs-scripts 3.0.0
fbjs/packages/fbjs-scripts/jest/createCacheKeyFunction.js
Line 35 in d8f0f43
fbjs/packages/fbjs-scripts/jest/createCacheKeyFunction.js
Line 46 in d8f0f43
I have a question about this code, since we're failing on
const {instrument, config} = options;
because instrument does not exist in options. However, are we not expecting instrument could be missing in.update(instrument ? 'instrument' : '')
? If so, could it be optional when destructered from options? We've been looking for a workaround, but nothing works yet.The text was updated successfully, but these errors were encountered: