optional chaining is breaking cml in cml images
See original GitHub issue/usr/lib/node_modules/@dvcorg/cml/src/drivers/bitbucket_cloud.js:[38](https://github.com/DavidGOrtega/fashion_mnist/runs/5992622028?check_suite_focus=true#step:6:38)3
responseBody?.error?.message || responseBody?.error || responseBody;
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/usr/lib/node_modules/@dvcorg/cml/src/cml.js:11:24)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
Issue Analytics
- State:
- Created a year ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
FAQ - Cisco Modeling Labs v2.x
Complete instructions on adding a VM image to CML can be found in the CML User ... replacing the current REFPLAT ISO with...
Read more >Optional chaining (?.) - JavaScript - MDN Web Docs - Mozilla
The optional chaining (?.) operator accesses an object's property or calls a function. If the object accessed or function called is ...
Read more >the paradigm of targeting oncogenic tyrosine kinase signaling ...
Chronic myeloid leukemia : the paradigm of targeting oncogenic tyrosine kinase signaling and counteracting resistance for successful cancer ...
Read more >What is wrong with optional chaining and how to fix it - DEV ...
Optional chaining simplifies above and removes a lot of errors by saying that values considered as no value are only two - null...
Read more >Chronic myelogenous leukemia, a still unsolved problem - NCBI
Chronic myeloid leukemia (CML) is a clonal myeloproliferative disorder of ... examination of the bone marrow (optional) are also useful.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The error is in azure. Images are not the guilty @0x2b3bfa0
True. The error comes from our images