-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
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.
Originally posted by @aaroni34 in #46 (comment)
iba-1, pmioduszewski and aaroncarricondo