Skip to content
Commit e3feef36 authored by Marina Mosti's avatar Marina Mosti
Browse files

fix: breadcrumbs refs breaks on vue3

In Vue 3 if the breadcrumbs prop is an empty array,
the `breadcrumbs` $refs will be undefined,
and it will fail with an error on the `forEach`.

TypeError: Cannot read properties of undefined (reading 'forEach')
    at Proxy.measureAndMakeBreadcrumbsFit (
parent bac3624a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment