Tell us more about the problem that you're running into. What did you see? What did you expect to
see?
when calling getLibraryData, if the response is undefined, we're not checking for that before accessing its properties, which is making the application error out.
Steps to reproduce
How do we reproduce the error? Please be as specific as you can.
Change any of the devLibraries in libraries.mjs to add an "imaginary" ref, carbon-components-vue for example
Run the application in dev mode. When the app attempts to get the carbon.yml file and doesn't find it, it will bomb out.
(For example, try to access the carbon-reactaccordion detail page which has a relation to vue, and it will error out when trying to call out for that library)
Description
when calling
getLibraryData
, if the response is undefined, we're not checking for that before accessing its properties, which is making the application error out.Steps to reproduce
libraries.mjs
to add an "imaginary" ref, carbon-components-vue for examplecarbon-react
accordion
detail page which has a relation to vue, and it will error out when trying to call out for that library)