Closed rayshih closed 10 years ago
Yep, the internal clone method is not safe. We should switch to lodash cloneDeep: http://lodash.com/docs#cloneDeep
t = _.cloneDeep(a)
I pushed a patch on master. If you could test it with your environment, I am going to release a new version
Thanks! I'll try this later. And will let you know the result.
Any follow up on this? We're running into this issue too and it's not so nice to have your application crash on its logging :).
latest version published on npm with the fix.
Thanks!
For example:
This is the my current workaround:
Any idea?