src/utils/is.ts @@ -138,4 +138,8 @@ return false; } export function ActionToJson(action: any): any { return JSON.parse(JSON.stringify(action)) }