-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: add mutations #371
feat: add mutations #371
Conversation
f251c90
to
0e1becb
Compare
0e1becb
to
060edea
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.
Overall LGTM - just a few minor questions/comments outside of the existing TODOs.
.map(([key]) => | ||
buildOpeningElementEvents( | ||
{ bindingEvent: getSetStateName({ componentName: this.component.name || '', property: key }) }, | ||
'change', // TODO: use component event mapping |
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.
Is there a usecase where this isn't going to be change
? I'm thinking TextField, CheckBoxField, etc. are all basically just listening to the value 'change' event. It doesn't make sense for this to be applied to anything that isn't a field, right?
6e00000
to
73f4371
Compare
Codecov Report
@@ Coverage Diff @@
## tagged-release/q1-release #371 +/- ##
=============================================================
- Coverage 93.35% 93.10% -0.26%
=============================================================
Files 39 40 +1
Lines 1460 1566 +106
Branches 317 339 +22
=============================================================
+ Hits 1363 1458 +95
- Misses 95 106 +11
Partials 2 2
Continue to review full report at Codecov.
|
* feat: add mutation types * feat: mutations * fix: add properties check to address failing integ test * chore: update types and remove replacing flat call with flatMap Co-authored-by: Alexander Harris <alharris@amazon.com>
* feat: add mutation types * feat: mutations * fix: add properties check to address failing integ test * chore: update types and remove replacing flat call with flatMap Co-authored-by: Alexander Harris <alharris@amazon.com>
* feat: add mutation types * feat: mutations * fix: add properties check to address failing integ test * chore: update types and remove replacing flat call with flatMap Co-authored-by: Alexander Harris <alharris@amazon.com>
* feat: add mutation types * feat: mutations * fix: add properties check to address failing integ test * chore: update types and remove replacing flat call with flatMap Co-authored-by: Alexander Harris <alharris@amazon.com>
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.