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
I have a situation where i redirect users conditionally. Would love know if there is a possibility to optionally pass a URL to the redirect() function of useModal() so that it redirects to intended page instead of baseRoute.
I think the above should work okay, however, I've found that I need to set the vnode to false otherwise it does some weird stuff where the scroll doesn't work (found by having a look at what the redirect() function does).
I have a situation where i redirect users conditionally. Would love know if there is a possibility to optionally pass a URL to the redirect() function of useModal() so that it redirects to intended page instead of baseRoute.
Here is what i am trying as a word around.
The text was updated successfully, but these errors were encountered: