Closed gjaskiewicz closed 1 week ago
PR Preview Action v1.4.8 :---: Preview removed because the pull request was closed. 2024-11-18 13:11 UTC
You delete everything where is the changes? :) I mean if it is a draft or not finished please close the PR
@barsukov @guoda-puidokaite can you take a look?
Latest commit: c76db3c02a087f3b74ffd2de35c5f7ff75f9c9cf
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@gjaskiewicz Kindly address the issues identified by Guoda. It seems there are some regressions that need attention.
(Blocking)
Discrepancies in Storybook (currently live on left, PR on right):
ComboBoxOption
:children
missing inprops
ComboBox
: Breaking type change? The updated type forhelptext
,errortext
andsuccesstext
is more restrictive thanReactNode
. Could these be breaking changes?
ComboBox
: Are these function controls correct? Doesn't look right, but not sure. We didn't have any controls in the past. 🤷♀️Before requesting another review, please double check that the old Storybook has no regressions. 🙏 It's difficult, as there's so many props in this one! But we can do it with few eyes on it. 👀
Checked storybook options one-by-one. Should be fine now.
Summary
Migrate combobox to TypeScript
Changes Made
Related Issues
Testing Instructions
npm i
npm run storybook
Checklist