Ryan
Ryan
We're in the same boat, found it a very useful tool, but this is a blocker for us, so considering ripping it out completely, which is a bit frustrating
> On the following line, should we consider the `required` property, as well as the `optional`? I don't remember where that property is used. > > https://github.com/storybookjs/storybook/blob/8e51bf9b2452c501c18bafb824b4f48a57e824b3/code/frameworks/angular/src/client/docs/compodoc.ts#L258 > > Also,...
@Marklb - any idea when this would be ok to merge? Thanks
This really needs fixing. There's an open PR, and lots of issues around it. But radio silence from the Angular team. Not good.
I'm assuming (after only a cursory scan of the code so may be wrong) - we just want to remove `sharedStylesHost` from the shadowdom implementation [here](https://github.com/angular/angular/blob/402eaa1c85b0695c567a5bade2a1dbfe23e48ac4/packages/platform-browser/src/dom/dom_renderer.ts#L219)? There should be _no_...
@thePunderWoman @JeanMeche - tagging you both in this as you were involved in the other PR - but i think this is on the Angular team to fix (as a...
I have raised a [PR](https://github.com/angular/angular/pull/62357) - tested locally and behaves as expected now:
If anyone is as impatient as i am (and I ultimately do not know if that PR will get approved) - I've created a npm package that you can add...
@JeanMeche @alxhub @thePunderWoman - Any update on when this is likely to get merged/released? This issue is causing considerable bloat in our app, so would like to get it resolved...
So what's happening with this? This needs to get resolved, Angular's shadowdom implementation is just incorrect, So either: 1. Fix in Angular core for everyone so CSS behaves the way...