diff --git a/.changeset/weak-deer-tie.md b/.changeset/weak-deer-tie.md new file mode 100644 index 00000000000..bb45eaecdcf --- /dev/null +++ b/.changeset/weak-deer-tie.md @@ -0,0 +1,7 @@ +--- +'@clerk/clerk-js': minor +'@clerk/clerk-react': minor +'@clerk/types': minor +--- + +[Experimental] Add support for additional properties to Signal SignIn/SignUp diff --git a/integration/templates/custom-flows-react-vite/src/routes/SignIn.tsx b/integration/templates/custom-flows-react-vite/src/routes/SignIn.tsx index 60f08d1734c..eb4ab0041f9 100644 --- a/integration/templates/custom-flows-react-vite/src/routes/SignIn.tsx +++ b/integration/templates/custom-flows-react-vite/src/routes/SignIn.tsx @@ -104,7 +104,7 @@ export function SignIn({ className, ...props }: React.ComponentProps<'div'>) {
- {signIn.availableStrategies + {signIn.supportedFirstFactors .filter(({ strategy }) => strategy !== 'reset_password_email_code') .map(({ strategy }) => (