-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Labels
astro-migrationIssues related to the Gridsome to Astro migrationIssues related to the Gridsome to Astro migration
Description
Description
The build produces a Vite warning about circular dependencies in the select UI components:
[WARN] [vite] Export "default" of module "src/components/ui/select/SelectContent.vue" was reexported through module "src/components/ui/select/index.ts" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings.
Fix
Refactor the barrel exports in src/components/ui/select/index.ts to avoid the circular dependency, or restructure the component imports.
Priority
Low - doesn't break functionality, just a build warning.
Metadata
Metadata
Assignees
Labels
astro-migrationIssues related to the Gridsome to Astro migrationIssues related to the Gridsome to Astro migration
Type
Projects
Status
REPORT HERE