Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react 19 update #2104

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

react 19 update #2104

wants to merge 28 commits into from

Conversation

smgv
Copy link
Contributor

@smgv smgv commented Mar 25, 2025

Motivation and Context

Jira Link: https://toruslabs.atlassian.net/browse/PD-4057

Description

  • Updated to React 19
  • New UI design
  • added widget type as Modal and Embed

How has this been tested?

Screenshots (if appropriate):

Screenshot 2025-03-25 at 9 40 34 AM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project. (run lint)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code requires a db migration.

Copy link

vercel bot commented Mar 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3auth-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2025 10:59am

@smgv smgv marked this pull request as ready for review March 25, 2025 06:32
@@ -41,8 +41,8 @@
},
"peerDependencies": {
"@babel/runtime": "^7.x",
"react": "^18.x",
"react-dom": "^18.x",
"react": "^19.x",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we want to change this

handleSocialLoginHeight,
socialLoginsConfig,
isDark,
// isEmailPrimary,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to handle this ?


function Login(props: LoginProps) {
const {
// appName,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we not allowing customization of appName and appLogo

@@ -41,8 +41,8 @@
},
"peerDependencies": {
"@babel/runtime": "^7.x",
"react": "^18.x",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we change this ?

@@ -87,6 +87,7 @@
},
"devDependencies": {
"@coinbase/wallet-sdk": "^4.3.x",
"@types/react": "^18.3.12",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are changing to v19, change here as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants