You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
There is a stability issue with the Breadcrumb component. While the mobile navigation (Short Crumbs) works as intended, the standard desktop browser breadcrumbs are inconsistent and fail to function in most cases.
When inspecting the element, the
class names can be seen "flickering," which suggests an infinite re-render loop or a race condition during the rendering cycle. Initial investigations suggest that tedi-link might be the root cause when used within the Breadcrumb context, as adding direct links to the component didn't immediately reproduce the bug.