-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Improve Zod error messages #1320
Merged
Merged
Conversation
This file contains 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
piotrpospiech
requested review from
Monteth,
zaxovaiko,
zendranm and
ErnestTeluk
April 20, 2024 13:25
github-actions
bot
added
Area: Bridge
Affects some of the bridge packages
Bridge: Zod
Affects the uniforms-bridge-zod package
labels
Apr 20, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1320 +/- ##
==========================================
+ Coverage 94.55% 94.57% +0.01%
==========================================
Files 231 231
Lines 3823 3833 +10
Branches 1030 1032 +2
==========================================
+ Hits 3615 3625 +10
Misses 82 82
Partials 126 126 ☔ View full report in Codecov by Sentry. |
kestarumper
reviewed
Apr 23, 2024
github-actions
bot
added
the
Bridge: JSON Schema
Affects the uniforms-bridge-json-schema package
label
Apr 23, 2024
piotrpospiech
force-pushed
the
zod-error-messages
branch
from
April 23, 2024 19:15
5284c59
to
824e93f
Compare
github-actions
bot
removed
the
Bridge: JSON Schema
Affects the uniforms-bridge-json-schema package
label
Apr 23, 2024
kestarumper
approved these changes
Apr 23, 2024
zendranm
approved these changes
May 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Bridge
Affects some of the bridge packages
Area: Core
Affects the uniforms package
Bridge: Zod
Affects the uniforms-bridge-zod package
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.
ErrorsField
componentNote
The
getLabel
function should be updated after we add support for passing custom label.Before:
After: