diff --git a/svelte-app/src/lib/export.ts b/svelte-app/src/lib/export.ts index b1c8bf3..2fbddaf 100644 --- a/svelte-app/src/lib/export.ts +++ b/svelte-app/src/lib/export.ts @@ -560,7 +560,8 @@ export async function deployToIgnition() { children: [{ meta: { name: viewName }, position: { width: 1, height: 1 }, - ...component, + props: component.props, + type: 'ia.shapes.svg', }], meta: { name: 'root' }, props: { mode: 'percent' },