further improving the component interface.

This commit is contained in:
Samuel Andert
2023-08-07 12:33:37 +02:00
parent d36a94badc
commit b9e22e1ea4
4 changed files with 8 additions and 7 deletions

View File

@ -65,8 +65,9 @@
id: component.id,
do: {
core: coreServices,
machine: component.machineService || null
}
state: component.machineService || null
},
data: component.data || {} // Add this line
}));
if (component.children) {