further improving the component interface.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user