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
res.job&&res.job.job_info&&res.job.job_info.metrics&&res.job.job_info.metrics.products_staged;// would turn intores?.job?.job_info?.metrics?.products_staged
The text was updated successfully, but these errors were encountered:
optional chaining isn't supported in webpack 4 (only v5+) without using babel's optional chaining plugin
https://stackoverflow.com/a/66422985
optional chaining makes code a little more concise: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
example code:
The text was updated successfully, but these errors were encountered: