We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12dae7 commit e8a4cb8Copy full SHA for e8a4cb8
packages/base/src/widget.ts
@@ -87,6 +87,7 @@ export function pack_models(
87
for (const [key, sub_value] of Object.entries(value)) {
88
packed[key] = pack_models(sub_value, widget);
89
}
90
+ return packed;
91
} else {
92
return value;
93
0 commit comments