diff --git a/compiler/src/process_custom_component.ts b/compiler/src/process_custom_component.ts index 163e8cbb3a3099176067d3c08cdcf7e6ea54e2be..05b107db5843a8c9992dbb4036809a260c2a6d57 100644 --- a/compiler/src/process_custom_component.ts +++ b/compiler/src/process_custom_component.ts @@ -244,7 +244,7 @@ function isCorrectInitFormParent(parent: string, child: string): boolean { break; case COMPONENT_NON_DECORATOR: if ([COMPONENT_STATE_DECORATOR, ...propAndLinkDecorators, COMPONENT_NON_DECORATOR, - COMPONENT_OBJECT_LINK_DECORATOR].includes(parent)) { + COMPONENT_OBJECT_LINK_DECORATOR, COMPONENT_STORAGE_LINK_DECORATOR].includes(parent)) { return true; } break;