Skip to content

fix: Prevent UI crash in NodeDetails#4626

Merged
chriskari merged 1 commit intokyma-project:mainfrom
chriskari:fix-ui-crash
Feb 17, 2026
Merged

fix: Prevent UI crash in NodeDetails#4626
chriskari merged 1 commit intokyma-project:mainfrom
chriskari:fix-ui-crash

Conversation

@chriskari
Copy link
Contributor

@chriskari chriskari commented Feb 16, 2026

Description

Changes proposed in this pull request:

  • Add safe error rendering using error?.message || String(error)
  • Add optional chaining for metrics and resource data
  • ...

Related issue(s)
#4591

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • revert: Revert commit
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

@chriskari chriskari merged commit 55a174d into kyma-project:main Feb 17, 2026
89 of 103 checks passed
@chriskari chriskari deleted the fix-ui-crash branch February 18, 2026 08:16
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.

UI crash after a period of inactivity

2 participants