diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index bef3beff06439afa79c2259bf9b02a568dd81582..9eb78161128f38504143003ac32236e591835359 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: {