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
But in the latest version, I can't achieve my needs.I just found the resolvePath method.But its result is inconsistent with createHref. And useHref cannot dynamically pass in parameters.
So, I think createHref is still necessary for its existence, or I missed something, there is a better way to achieve it in the v6 version.
The text was updated successfully, but these errors were encountered:
I'm going to convert this to a discussion so it can go through our new Open Development process. Please upvote the new Proposal if you'd like to see this considered!
What is the new or updated feature that you are suggesting?
createHref
need back.In some scenarios, you need to dynamically calculate the url and then use it.Why should this feature be included?
In the previous v5 version, I can get the href in the following code.
But in the latest version, I can't achieve my needs.I just found the
resolvePath
method.But its result is inconsistent withcreateHref
. AnduseHref
cannot dynamically pass in parameters.So, I think
createHref
is still necessary for its existence, or I missed something, there is a better way to achieve it in the v6 version.The text was updated successfully, but these errors were encountered: