-
Notifications
You must be signed in to change notification settings - Fork 237
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
base: master
Are you sure you want to change the base?
react 19 update #2104
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -41,8 +41,8 @@ | |||
}, | |||
"peerDependencies": { | |||
"@babel/runtime": "^7.x", | |||
"react": "^18.x", | |||
"react-dom": "^18.x", | |||
"react": "^19.x", |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
Motivation and Context
Jira Link: https://toruslabs.atlassian.net/browse/PD-4057
Description
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: