molgenis / molgenis-ui-context

The menu component of MOLGENIS
GNU Lesser General Public License v3.0
0 stars 7 forks source link

Vue gives warning about duplicate keys in navbar when plugin is added multiple times in submenu #103

Closed connoratrug closed 4 years ago

connoratrug commented 4 years ago

How to Reproduce

Expected behavior

no warnings is show in de console

Observed behavior

[Vue warn]: Duplicate keys detected: 'redirect'. This may cause an update error.

found in

---> at node_modules/@molgenis/molgenis-ui-context/src/components/DropDownItems.vue

at node_modules/@molgenis/molgenis-ui-context/src/components/NavBar.vue Note: ideally the molgenis menu response items should have a unique id, but they to not. The id is the name/id of the plugin.
molgenis-jenkins commented 4 years ago

:tada: This issue has been resolved in version 1.6.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: