You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using intersection types for for Vue component props fails to display "Props" section with controls in docs as if the component didn't have any props at all.
gVguy
changed the title
[Bug]: Vue components with intersection type props don't
[Bug]: Vue components with intersection type props don't have "Props" panel in docs
Dec 17, 2024
Describe the bug
Using intersection types for for Vue component props fails to display "Props" section with controls in docs as if the component didn't have any props at all.
Reproduction link
https://stackblitz.com/edit/github-jnqruegb?file=src%2Fstories%2FExampleFails.stories.ts,src%2Fstories%2FExampleWorks.stories.ts,src%2Fstories%2Ftypes.ts,src%2Fstories%2FExampleFails.vue,src%2Fstories%2FExampleWorks.vue&preset=node
Reproduction steps
ExampleFails.stories.ts
,ExampleFails.vue
,types.ts
)ExampleWorks.stories.ts
,ExampleWorks.vue
,types.ts
)System
Additional context
No response
The text was updated successfully, but these errors were encountered: