App names such as @openmrs/esm-devtools are not being properly escaped as CSSOMStrings, and so the corresponding node isn't being found and the overlay isn't being created. It would need to use CSS.escape() to derive the app names into valid selectors.
App names such as
@openmrs/esm-devtools
are not being properly escaped as CSSOMStrings, and so the corresponding node isn't being found and the overlay isn't being created. It would need to useCSS.escape()
to derive the app names into valid selectors.