Skip to content

Replace the & by & in url #1321

Discussion options

You must be logged in to vote

Thanks for the fast reply. This is in the string which is the output of the fuction renderAsync .
I'm using renderAsync, but the render 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 .

import { Button, renderAsync } from "@react-email/components";

export interface ConfirmEmailSignUpEmailProps {
  code: string;
  email: string;
  flow: string;
  confirmationBasePath: string;
}

const ConfirmEmailSignUp = ({
  code,
  email,
  flow,
  confirmationBasePath,
}: ConfirmEmailSignUpEmailProps) => {
  return (
    <Button
      href={`${confirmationBasePath

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@victorvianaom
Comment options

Answer selected by gabrielmfern
@victorvianaom
Comment options

@victorvianaom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants