Merged PR 216: Deprecate parent from IContainerModel for FindContainerById
This commit is contained in:
parent
d40cd8cf8e
commit
b4eba6bb9b
19 changed files with 97 additions and 109 deletions
|
@ -5,10 +5,6 @@ onmessage = (e) => {
|
|||
|
||||
const getCircularReplacer = () => {
|
||||
return (key, value) => {
|
||||
if (key === 'parent') {
|
||||
return;
|
||||
}
|
||||
|
||||
if (key === 'containers') {
|
||||
return [...value.entries()]
|
||||
.map(([Key, Value]) => ({ Key, Value }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue