diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index bef3bef..9eb7816 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -249,7 +249,7 @@ export const COMPONENT_MAP: any = { }, Blank: { parents: ['Row', 'Column'], - automic: true, + atomic: true, attrs: ['color'] }, RowSplit: {