You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An empty path in a group can conflict when setting its value to that of the path of its direct child. This isn't majorly problematic because the workaround is simple, see linked issue for a more visual example.
Steps to Reproduce
Add a group
Add a checkbox inside that group
Set the checkbox's key to test
Set the group's key to test
A conflict is triggered, disallowing the configuration
Set the group's key to test1
Set the group's key back to test
Works as e
Expected Behavior
No conflict should be triggered, path validation shouldn't consider direct children for groups.
This can most likely be fixed the same way as keys by temporarily de-registering all the paths associated with the group before doing the check (search // unclaim temporarily to avoid self-conflicts)
The text was updated successfully, but these errors were encountered:
Describe the Bug
#808 (review)
An empty path in a group can conflict when setting its value to that of the path of its direct child. This isn't majorly problematic because the workaround is simple, see linked issue for a more visual example.
Steps to Reproduce
test
test
test1
test
Expected Behavior
This can most likely be fixed the same way as keys by temporarily de-registering all the paths associated with the group before doing the check (search
// unclaim temporarily to avoid self-conflicts
)The text was updated successfully, but these errors were encountered: