Revert "Fix applicationStateModel serialization"
This reverts commit aa15425dbc
.
This commit is contained in:
parent
23bfaaea4e
commit
ea2a2ab64c
5 changed files with 138 additions and 17 deletions
|
@ -60,7 +60,7 @@ export function GetCircularReplacer(): (key: any, value: object | Map<string, an
|
|||
if (key === 'parent') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (key === 'containers') {
|
||||
return Array.from((value as Map<string, any>).entries());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue