ceo
ceo
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai Type '"/dashboard/f/{subItem.id}"' is not assignable to type '"/" | "/login" | "/signup" | "/request-password-reset" | "/password-reset" | "/email-verification" | "/account" | "/demo-app" | "/pricing" | "/checkout" | "/dashboard" | "/file-upload" | ... 15 more ... | "/notificiations"'.ts(2322) types.d.ts(13, 9): The expected type comes from property 'to' which is declared here on type 'IntrinsicAttributes & (Omit<LinkProps & RefAttributes<HTMLAnchorElement>, "to"> & ({ search?: Record<...> | undefined; hash?: string | undefined; } & Routes))' âš  Error (TS2322) | Type is not assignable to type this error KEEPS PERSISTING
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai <Route path="/f/:action" Component={Link} to={subItem.url}> <span>{subItem.title}</span> </Route> wold this be a dynamic route?
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
what do you mean by that?
40 replies