-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade to Antd 6 #1087
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 to Antd 6 #1087
Conversation
e36a6e6 to
ecd9f5d
Compare
08e461c to
1dc41ee
Compare
| * @type {NonNullable<import("antd").StepsProps['items']>} | ||
| */ | ||
| const steps = STEPS.map((s) => ({ | ||
| title: s.title, |
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.
Item no longer need key ?
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.
The lack of warning tells me it's no longer needed.
| */ | ||
| const steps = STEPS.map((s) => ({ | ||
| title: s.title, | ||
| description: s.description(action.description), |
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.
The format of the description in the new component is too flat. it looked better before when it wrapped more compactly. Not sure it's possible to get that result anymore without much thinkering.<nitpick>
|
DropdownListItems.js seem to be exploding for multiple items in the list.
I got that when queuing sample to multiple steps in the Assign Workflow section. I also get that from indices with multiple sequences (ie index 9569). |
No description provided.