fix(errors) - nested fields are parsed now#930
Merged
gabrielseco merged 2 commits intomainfrom Apr 16, 2026
Merged
Conversation
Contributor
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (310 total)
✅ Bundle size check passed |
Contributor
📊 Coverage Report
|
| Metric | Current | Previous | Change | Status |
|---|---|---|---|---|
| Lines | 89.91% | 89.94% | -0.02% | 🔴 |
| Statements | 89.58% | 89.61% | -0.02% | 🔴 |
| Functions | 87.47% | 87.47% | 0% | ⚪ |
| Branches | 79.81% | 79.78% | +0.03% | 🟢 |
Detailed Breakdown
Lines Coverage
- Covered: 3584 / 3986
- Coverage: 89.91%
- Change: -0.02% (9 lines)
Statements Coverage
- Covered: 3647 / 4071
- Coverage: 89.58%
- Change: -0.02% (9 statements)
Functions Coverage
- Covered: 984 / 1125
- Coverage: 87.47%
- Change: 0% (0 functions)
Branches Coverage
- Covered: 2225 / 2788
- Coverage: 79.81%
- Change: +0.03% (8 branches)
✅ Coverage check passed
Contributor
|
Deploy preview for remote-flows-example-app ready! ✅ Preview Built with commit 67a4918. |
Contributor
|
Deploy preview for remote-flows ready! ✅ Preview Built with commit 67a4918. |
cammellos
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before
Now
Note
Medium Risk
Touches shared error-normalization logic used across multiple flows; a mistake could regress how field-level validation errors are labeled or displayed, though the change is localized and covered by new tests.
Overview
Improves field-error normalization to resolve labels from nested meta structures, including slash-delimited field paths (e.g.
service_duration/expiration_date), instead of only supporting flatMetalookups.Introduces and exports
NestedMeta/MetaValues(markingMetaas deprecated), updates consumers (handleStepErrorand the exampleReviewMetarenderer) to use the nested type, and adds unit tests covering nested-path label resolution.Reviewed by Cursor Bugbot for commit 67a4918. Bugbot is set up for automated code reviews on this repo. Configure here.