Vue warnings on TaskDetails
[Vue warn]: Avoid using non-primitive value as key, use string/number value instead.
found in
---> <TaskDetails> at vue/Imports/Status/TaskDetails.vue
<Main> at vue/Imports/Status/Main.vue
<App> at vue/App.vue
<Root>
[Vue warn]: Duplicate keys detected: '[object Object]'. This may cause an update error.
found in
---> <TaskDetails> at vue/Imports/Status/TaskDetails.vue
<Main> at vue/Imports/Status/Main.vue
<App> at vue/App.vue
<Root>
This only occurs when displaying a task that has artifacts. It seems the artifact object itself is used as the :key=""
because it comes from a confusing variable called artifactsUrls
.