How to set the RouteMeta type? #449
Answered
by
danielbayerlein
danielbayerlein
asked this question in
Q&A
Replies: 1 comment
-
declare module '@tanstack/react-router' {
interface RouteMeta {
isVisible?: boolean;
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danielbayerlein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version: v0.0.1-beta.38
I'm looking for an example of how to set the types for the
options.meta
object. Thank you!Beta Was this translation helpful? Give feedback.
All reactions