Vue3: Edit components can fail to relay errors #12298
Labels
area/vue3
Bugs and technical debts as outcome to the Vue3 migration
kind/tech-debt
Technical debt
QA/manual-test
Indicates issue requires manually testing
Milestone
Edit components could possibly fail to render error messages on failure. See #11937 for more details on how this error manifests.
The components identified are:
Notes
The following components were reviewed, but not modified:
Already contains
inheritAttrs: false
Not required - root component wrapped in div
Not required - root component wrapped in div
Not required - root component wrapped in div
Not required - root component wrapped in div
Not required - root component wrapped in div
Not required - root component wrapped in div
Not required - root component wrapped in div
The component tree for this one is as follows:
shell/edit/provisioning.cattle.io.cluster/index.vue
component already containsinheritAttrs: false
.Import.vue
is also rendered by this component, but not as a root-level ancestor; therefore, the fallthrough attributes issue is a non-issue in this case.Original Message
Originally posted by @richard-cox in #11956 (comment)
The text was updated successfully, but these errors were encountered: