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
The doc should be updated to describe that associng a map value also causes a snapshot. The doc can describe how associng a bean can be used as a workaround to avoid snapshotting.
The text was updated successfully, but these errors were encountered:
In the Object Extraction doc (https://github.com/mfikes/cljs-bean/blob/master/doc/object.md) it gives an example where
assoc
ing a string key causes a snapshot.The doc should be updated to describe that
assoc
ing a map value also causes a snapshot. The doc can describe how associng a bean can be used as a workaround to avoid snapshotting.The text was updated successfully, but these errors were encountered: