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
Hi, this solution worked for me for generating the routes with breadcrumbs, but I'm not able to pass custom props.
Type '{ path: string; breadcrumb: any; element: Element; props: any; }' is not assignable to type 'IntrinsicAttributes & (PathRouteProps | LayoutRouteProps | (IndexRouteProps & BreadCrumb))'.
Property 'props' does not exist on type 'IntrinsicAttributes & (PathRouteProps | LayoutRouteProps | (IndexRouteProps & BreadCrumb))'.
However, when passing custom props using the object definition it works fine.
Hi, this solution worked for me for generating the routes with breadcrumbs, but I'm not able to pass custom props.
However, when passing custom props using the object definition it works fine.
Originally posted by @aaroni34 in #46 (comment)
The text was updated successfully, but these errors were encountered: