mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
The AdminService imported DataService via the barrel export `@ghostfolio/ui/services`, which re-exports from the same `index.ts` that also exports AdminService. This circular dependency caused DataService to be undefined at import time in the Storybook bundler. Switching to a direct relative import (`./data.service`) breaks the cycle and allows the Symbol Autocomplete story to render correctly. Fixes #6320pull/6580/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue