mobx-persist-store icon indicating copy to clipboard operation
mobx-persist-store copied to clipboard

Use JSON.parse(JSON.stringify(propertyData)) instead of toJS(propertyData)

Open codeBelt opened this issue 1 year ago • 0 comments

This resolves this issue: https://github.com/quarrant/mobx-persist-store/issues/101

I have tested in my application and I didn't see any issues with this change. I don't know how to test if this change is a improves performance over toJS() but I can see how it would be more performant.

codeBelt avatar Feb 22 '23 18:02 codeBelt