You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: How can I type the return value in order to make sure that the returned link props are valid? I assumed it would be ToOptions but it does not seem to work (it gives incorrect typing error).
Previously valid typing was resolved automatically by using buildLink:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I want to write a utility function which returns valid link props like this:
Question: How can I type the return value in order to make sure that the returned link props are valid? I assumed it would be
ToOptions
but it does not seem to work (it gives incorrect typing error).Previously valid typing was resolved automatically by using
buildLink
:Beta Was this translation helpful? Give feedback.
All reactions