-
-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
effector-vueeffector-vue packageeffector-vue packageenhancementNew feature or requestNew feature or request
Description
effector/src/vue/lib/deepCopy.ts
Line 6 in e10fb7d
| export function deepCopy<T>(obj, cache = []): T { |
if you call a function and pass an object containing a date as an argument, the function will not work correctly
console.log(deepCopy({ a: new Date() }));
{ a: new Date() } => { a: {} }
Metadata
Metadata
Assignees
Labels
effector-vueeffector-vue packageeffector-vue packageenhancementNew feature or requestNew feature or request