Replies: 1 comment 3 replies
-
what do you mean by "it passes it as a string"? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I have deeply nested
Linkcomponents, with relativetoproperty, shared from multiple routes, so I can't easily know thefromproperty.I tried to pass down
Route.tofrom the Route component but it passes it as a string and that doesn't satisfies typescript.If I don't provide the
fromproperty, I get an error:What is the good way to handle those cases without errors?
Beta Was this translation helpful? Give feedback.
All reactions