Closed fippo closed 7 years ago
on appear.in we use babel-polyfill which results in JSON.stringify(new Map()) returning "[]" (which, as @jan-ivar found out, is correct ES7).
This breaks the use of JSON.parse(JSON.stringify(stats)) used for deep-copying.
on appear.in we use babel-polyfill which results in JSON.stringify(new Map()) returning "[]" (which, as @jan-ivar found out, is correct ES7).
This breaks the use of JSON.parse(JSON.stringify(stats)) used for deep-copying.