Andrew Mak
Andrew Mak
Thanks for the quick reply. Yes you are right, putting in quotes works.
I'm interested to know if this is possible as well.
I was running into this too. But then I realize you can just set the `href` attribute to `#` on the header element to override the default `javascript:void(0)`
I also noticed that a `OdoExtensionProject.ts` class was added, but I wonder if the extra functions in this class could be consolidated back to the generic `ShellExtensionProject.ts` class so there...
Well in that case, could we at least rename the class to be less ODO specific? Perhaps something like (for lack of better name) `ShellExtensionProject2.ts`, or a better name of...
The original intent was that you could implement an extension without needing to add a new class into the Codewind codebase; you would just need to have the `.sh-extension` and...
Maybe we should keep open so it does eventually get fixed in Carbon?
https://codesandbox.io/s/carbon-components-angular-forked-kvqhl7?file=/src/app/app.component.html I can't seem to reproduce the same violation either, it has been replaced by this:
I didn't see this violation before, but now it started to show up too. Not sure what changed.