I’m struggling to find a solution to get the React SDK to go directly to the signup page. I’m using the New Universal Login Experience and I’ve read from the documentation that you can specify screen_hint=signup but I’m clueless on how to apply this with the React SDK (“@auth0/auth0-react”: “1.3.0”) through loginWithRedirect method.
If someone could help with an example code snippet that’d be much appreciated. Thank you!