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

fix(document): allow setting keys with dots in mixed paths underneath nested paths #13536

Merged
merged 4 commits into from Jun 24, 2023

Conversation

vkarpov15
Copy link
Collaborator

Fix #13530

Summary

This flattenObjectWithDottedPaths() call was added for #9121 with 98150ac, but it doesn't seem to be necessary - all tests pass without it. As far as I can tell, doesn't look like we need it, all it does is create edge cases where you can't use key names with dots underneath nested paths. But in the interest of caution, we'll move this back to 7.4.

Examples

@vkarpov15 vkarpov15 changed the base branch from master to 7.4 June 24, 2023 20:29
@vkarpov15 vkarpov15 merged commit 7b53867 into 7.4 Jun 24, 2023
34 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-13530 branch June 24, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Key Names with Periods
3 participants