Skip to content

fix(ui): resolve frontend build warnings#850

Open
manichandra wants to merge 1 commit into
KusionStack:mainfrom
manichandra:codex/karpor-784-eslint
Open

fix(ui): resolve frontend build warnings#850
manichandra wants to merge 1 commit into
KusionStack:mainfrom
manichandra:codex/karpor-784-eslint

Conversation

@manichandra
Copy link
Copy Markdown

What type of PR is this?

/kind bug

What this PR does / why we need it:

This resolves frontend production build warnings caused by CSS extraction order conflicts in the insight detail page.

The change aligns component import order so shared CSS modules are loaded consistently across the insight detail chunk.

Which issue(s) this PR fixes:

Fixes #784

Validation

  • npm run lint
  • npm run build
  • make lint

Note: make test was attempted locally. Go 1.22.12 failed on macOS with dyld: missing LC_UUID load command; Go 1.26.3 progressed further but hit existing bytedance/mockey runtime compatibility errors unrelated to this UI-only change.

@github-actions
Copy link
Copy Markdown

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@manichandra
Copy link
Copy Markdown
Author

manichandra commented May 19, 2026

I have read the CLA Document and I hereby sign the CLA

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

Successfully merging this pull request may close these issues.

Chore: Frontend Build ESLint Issues

1 participant