Skip to content

Fix vue warnings#4934

Open
xb058t wants to merge 1 commit into
Ericsson:masterfrom
xb058t:fix-vue-warnings
Open

Fix vue warnings#4934
xb058t wants to merge 1 commit into
Ericsson:masterfrom
xb058t:fix-vue-warnings

Conversation

@xb058t

@xb058t xb058t commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Fixed:

TheHeader.vue - [Vue Router warn]: Discarded invalid param(s) "endpoint" when navigating - removed explicit endpoint param, Vue Router 4.1.4+ inherits it automatically

CheckerMessageFilter.vue - [Vue warn]: Property "setSelectedItems" was accessed during render but is not defined on instance - was referencing a non-existent local function instead of baseSelectOptionFilter.setSelectedItems

SingleLineWidget.vue - [Vue warn]: Invalid prop: type check failed for prop "value". Expected Array, got Null/Object/Number - prop type was too strict, broadened to [Array, Number, Object]

RunList.vue - [Vue warn]: Failed to resolve component: AnalysisInfoDialog - component was used in template but never imported

Statistics.vue - [Vue Router warn]: can no longer be used directly inside - updated to Vue 3 slot pattern

Statistics.vue - [Vue warn]: Runtime directive used on component with non-element root node - v-fill-height was on (fragment root), moved to a wrapping

@xb058t xb058t requested a review from gulyasgergely902 as a code owner June 29, 2026 18:10
Comment thread web/server/vue-cli/src/components/Statistics/Overview/SingleLineWidget.vue Outdated
Comment thread web/server/vue-cli/src/views/RunList.vue Outdated

@gulyasgergely902 gulyasgergely902 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants