-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numerous issues with Angular Compodoc since v6.4.0-alpha.34 #17362
Comments
is this issue resolved or do we need to downgrade story book version? |
Video seems to exhibit the same symptoms identified in this issue #17004 where all the inputs become stringified. |
Hi, Any plans to fix this issue. Thank you. |
Bumping this instead of creating a new issue. I am facing the aforementioned issue about However, my issue is similar in that it also results in compodoc messing up the automatic action assignments that Storybook usually sets for outputs. In that case I am running into the same/similar issue where the default value is simply stringified, resulting in the automatically generated template throwing an error. I think this might have something to do with the |
Are there any plans to fix this? This is impacting one of our libraries - where we have set up linting to require type definitions on all properties, including EventEmitters. |
I'm experiencing numerous issues with Angular in newer versions of Storybook. It seems they are all related to Compodoc. These issues include:
I tracked down the version when this started happening and I found out that these issues started to occur in v6.4.0-alpha.34 (in v6.4.0-alpha.33 everything is fine). I assume it is related to this pull request: #15744
Note: These issues are also still present in latest 6.5.0-alpha.26
Reproduce:
Clone this repository: https://github.com/decline/storybook-angular-issues
There are 3 stories that describe what is going wrong.
See errors in v6.4.0-alpha.34:
yarn && yarn storybook
See it working in v6.4.0-alpha.33:
git checkout 6.4.0-alpha.33 yarn && yarn storybook
As soon as you remove the
setCompodocJson(docJson);
line in.storybook/preview.js
it will also work in v6.4.0-alpha.34, but then you will also lose Compodoc support 😕I also recorded a video that shows the comparison between the two versions:
storybook-angular-isues.mov
Environment Info:
Additional context:
Issue #17302 is related to this one, I will close that issue in favour of this new one here.
The text was updated successfully, but these errors were encountered: