Skip to content

fix: prevent warning about missing key in breadcrumb

Klaas Kliffen requested to merge add-key-for-breadcrumbs into main

Fixes the warning about missing "key" value.

Every "map" or any other type of loop, requires a "key" attribute.

Merge request reports