storybookjs/storybook

[Bug]: Angular - Source Code view doesn’t show args mapping

Open

#28,512 opened on Jul 10, 2024

View on GitHub
 (2 comments) (1 reaction) (0 assignees)TypeScript (10,058 forks)batch import
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

  1. Create a story for an Angular components
  2. Write a story with some arguments defined for the component
  3. Go to the autodocs page and open the Source code view
  4. The args aren't shown

image

Additional context

No response

Contributor guide