storybookjs/storybook

[Bug]: `vue-component-meta` does not work in monorepo

Offen

#26.220 geöffnet am 27.02.2024

 (23 Kommentare) (2 Reaktionen) (1 zugewiesene Person)TypeScript (10.058 Forks)batch import
bugdocgenhelp wantedvue3

Repository-Metriken

Stars
 (89.909 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 7T 22h) (184 gemergte PRs in 30 T)

Beschreibung

Describe the bug

I'm using the new storybook 8.0.0-beta.5 but I'm not being able to get inference of more complex props and events provided by vue-component-meta. My guess is that it has something to do with the typescript config in my project:

apps
  storybook
    tsconfig.json
  web
    src
      components
        Button.vue
  tsconfing.json

If you want I could provide a repro in case you don't have an idea already how to fix this. It's just a bit of work to rip out all the unrelated parts. Just let me know :)

To Reproduce

No response

System

No response

Additional context

No response

Contributor Guide