Skip to content
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

Do not error on arrayed field names #5614

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Aug 15, 2024

WHY

BEFORE - What was wrong? What was happening before this PR?

We removed the support for field names as array, but we didn't properly handled the errors when developer defined the field name using an array. That led to #5181

AFTER - What is happening after this PR?

we throw proper errors when developer define the field name as an array.

Is it a breaking change?

no

@pxpm pxpm merged commit eadbde8 into main Aug 15, 2024
9 checks passed
@pxpm pxpm deleted the do-not-error-on-arrayed-names branch August 15, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants