storybookjs/storybook
View on GitHub[Bug]: Angular - Source Code view doesn’t show args mapping
Open
#28,512 opened on Jul 10, 2024
angularbughelp wantedsev:S3
Repository metrics
- Stars
- (89,909 stars)
- PR merge metrics
- (Avg merge 7d 22h) (184 merged PRs in 30d)
Description
Describe the bug
The source view always shows the element rendered without any properties.
Reproduction steps
- Create a story for an Angular components
- Write a story with some arguments defined for the component
- Go to the autodocs page and open the Source code view
- The args aren't shown
Additional context
No response