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
I'm trying to wrap Breadcrumb.Item to use it with useHref, but it seems impossible, because Breadcrumbs seems copy my props, and recreate default Breadcrumbs.Item component, w/out my logic:
I'm trying to wrap Breadcrumb.Item to use it with
useHref
, but it seems impossible, because Breadcrumbs seems copy my props, and recreate defaultBreadcrumbs.Item
component, w/out my logic:uikit/src/components/lab/Breadcrumbs/Breadcrumbs.tsx
Lines 236 to 245 in 6a09bbc
What is my code looks like:
RouterBreadcrumbs.tsx
The text was updated successfully, but these errors were encountered: