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
When I compare keys in child elements then get an issue that these keys has an additional prefix .$.
I think that is an unpredictable behavior and can make some bugs!!!
What is the expected behavior?
I want to these keys should be persisted.
Could you provide a CodeSandbox demo reproducing the bug?
I found this issue in the code base. The reason is using Children.map in getChildMapping method.
A similar issue on stackoverflow: link
The text was updated successfully, but these errors were encountered:
When I compare keys in child elements then get an issue that these keys has an additional prefix
.$
.I think that is an unpredictable behavior and can make some bugs!!!
I want to these keys should be persisted.
I found this issue in the code base. The reason is using
Children.map
ingetChildMapping
method.A similar issue on stackoverflow: link
The text was updated successfully, but these errors were encountered: