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
Symbol keys are currently lost when cloning objects in _changeImmutable. It should be possible to add support by substituting for...in with Reflect.ownKeys. This would be a breaking change in terms of platform compatibility, but I think ES2015 is a reasonable baseline for a library in 2024.
The text was updated successfully, but these errors were encountered:
Symbol keys are currently lost when cloning objects in
_changeImmutable
. It should be possible to add support by substitutingfor...in
withReflect.ownKeys
. This would be a breaking change in terms of platform compatibility, but I think ES2015 is a reasonable baseline for a library in 2024.The text was updated successfully, but these errors were encountered: