-
Notifications
You must be signed in to change notification settings - Fork 71
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
Adapt prop type validation method to first check for enum field #13155
Adapt prop type validation method to first check for enum field #13155
Conversation
3927b0c
to
8143c8d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13155 +/- ##
==========================================
- Coverage 92.16% 90.56% -1.60%
==========================================
Files 1443 8 -1435
Lines 20302 159 -20143
Branches 2432 33 -2399
==========================================
- Hits 18711 144 -18567
+ Misses 1326 14 -1312
+ Partials 265 1 -264 ☔ View full report in Codecov by Sentry. |
…onent-properties-with-enum-field-since-apps-are-removing-the-type-string
…onent-properties-with-enum-field-since-apps-are-removing-the-type-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.
Nice work 😄
frontend/packages/ux-editor/src/hooks/useComponentPropertyEnumValue.test.ts
Show resolved
Hide resolved
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.
🚀
Description
type: string
is not being discardedRelated Issue(s)
Verification