LazyRoute does not have values like to
or fullPath
similar to Route
#2917
svihpinc-off
started this conversation in
Ideas
Replies: 1 comment
-
with automatic code splitting you don't really need lazy routes anymore. does this solve your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when create a lazy route using
createLazyFileRoute
, it results in aLazyRoute
type object. But unlike theRoute
type fromcreateFileRoute
,LazyRoute
does not provide values liketo
orfullPath
to be used in, eg,Link
.Could we get the same values under
LazyRoute
as are underRoute
type?Beta Was this translation helpful? Give feedback.
All reactions