Closed windaishi closed 4 years ago
There is a special case where the call of ComponentFactory.extend would lead to an error:
ComponentFactory.extend
This when the inheritance chain is like the following:
Child
Parent
Grandparent
foo
It hopefully fixes the error. Would be nice if someone would double check the fix.
Please see the unit tests.
Danger run resulted in 1 warning; to find out more, see the checks page.
Generated by :no_entry_sign: dangerJS
Closed in favor of https://github.com/shopware/platform/pull/412
1. Why is this change necessary?
There is a special case where the call of
ComponentFactory.extend
would lead to an error:This when the inheritance chain is like the following:
Child
extendsParent
extendsGrandparent
.foo
from componentParent
, butfoo
does not exist inGrandparent
2. What does this change do, exactly?
It hopefully fixes the error. Would be nice if someone would double check the fix.
3. Describe each step to reproduce the issue or behaviour.
Please see the unit tests.
4. Please link to the relevant issues (if any).
5. Checklist