-
Notifications
You must be signed in to change notification settings - Fork 57
feat(explorer,wallet): Fix all UI errors and warnings #3057
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
Changes from 4 commits
7390f4c
8bf1fe2
10983fe
ce3a867
0199878
3a457b4
c497c68
172d1a2
33d7d77
7e984d3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,7 +63,7 @@ export function NicknameDialog({ isOpen, setOpen, accountID }: NicknameDialogPro | |
|
|
||
| return ( | ||
| <Dialog open={isOpen} onOpenChange={setOpen}> | ||
| <DialogContent containerId="overlay-portal-container"> | ||
| <DialogContent containerId="overlay-portal-container" aria-describedby={undefined}> | ||
|
||
| <Header title="Account Nickname" onClose={() => setOpen(false)} /> | ||
| <DialogBody> | ||
| <Form className="flex h-full flex-col gap-6" form={form} onSubmit={onSubmit}> | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
how is this necessary, its parent row is already specifying the row id
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.
For each column in the row cell.id is the same.
So we provide as key each time
1_functionetc.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.
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.
I investigated, the issue was not in key, but in name of column from file
TopPackagesTable.Updated.