-
Notifications
You must be signed in to change notification settings - Fork 72
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
Upgrade React version in all clients #5036
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #8817 ↗︎
Details:
Review all test suite changes for PR #5036 ↗︎ |
@@ -190,7 +190,6 @@ const PrivacyNoticeTranslationForm = ({ | |||
as={HStack} | |||
spacing={8} | |||
align="start" | |||
grow={1} |
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.
this wasn't getting caught before, but is now. there is no grow
prop
description?: string; | ||
name?: string; |
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.
these actually aren't always being set, which is causing errors
type ManualAccessProcessingDetailProps = { | ||
connectorName: string; | ||
data: ManualInputData; | ||
isSubmitting: boolean; | ||
onSaveClick: (params: PatchUploadManualWebhookDataRequest) => void; | ||
}; |
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.
Exporting this from ./types
now to be able to share it with ManualProcessingList.tsx
@@ -13,10 +12,6 @@ import { | |||
} from "./user-management.slice"; | |||
import UserManagementRow from "./UserManagementRow"; | |||
|
|||
interface UsersTableProps { | |||
users?: User[]; |
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.
was no longer used
4cc8db3
to
eea0362
Compare
eea0362
to
e9ad6e3
Compare
89d8c55
to
ca8887b
Compare
Next no longer uses babel. See https://nextjs.org/docs/messages/swc-disabled
3f2c033
to
dec1bb3
Compare
This reverts commit dec1bb3.
fc7669c
to
f87b21d
Compare
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.
Everything is passing for me! Great work.
Passing run #8818 ↗︎
Details:
Review all test suite changes for PR #5036 ↗︎ |
Closes PROD-2076
Description Of Changes
Upgrade to React 18 along will all dependencies which need upgrading as a result.
Code Changes
React.FC
patterns and using Chakra v2sisDisabled
for buttons)Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md