Ned Redmond

Results 23 comments of Ned Redmond

I can confirm that this issue still exists in v1.11.3 and v1.14.0 as well for the `dist` output target. `www` copies just fine.

@benjaminjkraft, Was this issue resolved by #155 ?

@thepassle, thank you for your quick response. I am going to make an effort to make the issue as clear as possible. If I am stating the obvious, I'm doing...

It does look like it's intended to work this way, so it's strange that it's writing all of the fields as props! https://github.com/open-wc/custom-elements-manifest/blob/master/packages/analyzer/src/features/framework-plugins/stencil/stencil.js#L61

I see the real issue here. The `stencil` extension is correctly identifying `attributes` from the `Prop` decorator. Storybook, however, is generating docs from every `member` instead of every `attribute`. I'll...

Is there a reason `attributes` are missing many of the fields that are mapped for `members`? That includes `description` and `default`. Second, is is there a reason Stencil properties are...

Sorry this is a new thread relating to getting the expected output in Storybook from my custom elements manifest. I am seeing that for Storybook, attributes (which are the fields...

Instead of installing through NPM, can you try using a git URL to get the latest version? https://docs.npmjs.com/cli/v10/configuring-npm/package-json#github-urls Note that I can't guarantee this will work or fix your issue....

Thank you, @dpvc! My apologies-- I didn't see that part of the option description. This is in the browser, using a custom implementation with MathJax internals. The SVG part looks...