logux / client

Logux base components to build web client
https://logux.org/
MIT License
663 stars 47 forks source link

Do not mutate passed objects #89

Closed dkzlv closed 2 years ago

dkzlv commented 2 years ago

One example would be createSyncMap function here, but better check if it happens somewhere else.

It can introduce unexpected behaviour if the object is used downstream.

@ai You can assign this to me.

ai commented 2 years ago

Fixed 209369c