-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: SB 7.0 Beta - Story prop defaults aren't being set from Compodoc #21300
Comments
Do you have a reproduction of this? I'm no angular expert but I can say for sure (based on testing here) that we don't pass storybook/code/frameworks/angular/src/client/render.ts Lines 19 to 27 in 29be84d
The return value of |
I also faced this issue and all stories which have default values set in component stopped working so for me it's a big blocker :( Reproduction was provided in duplicate of this issue here: |
Any update here? This bug is critical as it breaks angular default functionality. |
@miszol1 I'm going to close this issue and reopen the other as it has the reproduction. I'll comment there. |
Describe the bug
I am maintaining an Angular component library, and I am using compodoc. Prior to the 7.0 release, I was able to rely on the default values of inputs for our Angular components when it came to defining stories. However after running
npx sb upgrade --prerelease
, the default values are no longer being set, and the stories are instead setting undefined props asundefined
.After running the upgrade, my deps look like:
CC: @JReinhold
To Reproduce
I dont have a repro since this repo is private. I will try to get a example repro repo soon if I can find time. However, replication should be straightforward.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: