Replace the &
by &
in url
#1321
Answered
by
victorvianaom
victorvianaom
asked this question in
Q&A
-
Hi there! It might be a noob question, but in a Button component like bellow: <Button href={`${confirmationBasePath}?code=${code}&email=${email}&flow=${flow}`}>
Verify email
</Button> the url gets rendered as |
Beta Was this translation helpful? Give feedback.
Answered by
victorvianaom
Feb 21, 2024
Replies: 1 comment 3 replies
-
Thinking this is a bug, is this when you send the email? Do you know what rendering function you are using here? |
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
Thanks for the fast reply. This is in the string which is the output of the fuction
renderAsync
.I'm using
renderAsync
, but therender
produces the same result. Indeed, I only changed to the async one to test if the output would be different.I didn't check how it would look like in UI yet because I'm facing the error #1258 .