How to type the head function of the options parameter of the function returned by createRootRouteWithContext #5651
Unanswered
HcySunYang
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi team, I am working on a SSR project, I found that I can't extract the
headfunction outside due to there is no way to type it. I was trying to type it like below:As you can see, the ts compiler says that
Property 'head' does not exist on type. How can I achieve that? thanksBeta Was this translation helpful? Give feedback.
All reactions