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
Hello @ruscoder. This is a bug I need to investigate indeed. However I see that in your example you seem to create monkeys in a path nested beneath an array. I would advise not to do this for performance reasons.
I caught some problem when I tried to merge the following object with nested monkey:
Result:
Uncaught TypeError: Cannot set property dynamic of #<Object> which has only a getter(…)
But next example works as expected:
The text was updated successfully, but these errors were encountered: