Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

component usage indicator missing #974

Open
auipga opened this issue Dec 7, 2023 · 1 comment
Open

component usage indicator missing #974

auipga opened this issue Dec 7, 2023 · 1 comment

Comments

@auipga
Copy link

auipga commented Dec 7, 2023

I configured Package Aliases like this

{
  "resolve": {
    "alias": {
      "@/*": "./*"
    }
  }
}

The component usage indicator is missing in the All Boards overview when I use the @/ syntax.

  • import { ... } from '../../codux/is/awesome'
    image

  • import { ... } from '@/codux/is/awesome'
    image

@tomrav
Copy link

tomrav commented Dec 7, 2023

definitely a bug here - looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants