We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If components are linked dynamically, e.g. by a property binding:
<core:ComponentContainer async="true" width="100%" height="100%" lifecycle="Application" name="{/component}" />
Builder should not try to resolve the reference when building the application.
Builder will output a build ERR! in the generateStandaloneAppBundle step (on self-contained builds):
info builder:builder application sap.myhome.shell 🔨 (4/8) Running task generateStandaloneAppBundle... ERR! lbt:bundle:Resolver **** error: missing module {/component}/Component.js, required by {anypath}/View.view.xml
Create a View containing a ComponentContainer referencing a component as e.g. property binding.
See above.
The text was updated successfully, but these errors were encountered:
[FIX] XMLTemplateAnalyzer: Ignore properties with data binding
3446a4a
Fixes: #108
0d5cf50
[INTERNAL] XMLTemplateAnalyzer: Add test with property data binding
9026d89
See: https://github.com/SAP/ui5-builder/issues/108 See: #130
a24bfbc
No branches or pull requests
Expected Behavior
If components are linked dynamically, e.g. by a property binding:
Builder should not try to resolve the reference when building the application.
Current Behavior
Builder will output a build ERR! in the generateStandaloneAppBundle step (on self-contained builds):
Steps to reproduce the issue
Create a View containing a ComponentContainer referencing a component as e.g. property binding.
Affected components (if known)
Log Output / Stack Trace
See above.
The text was updated successfully, but these errors were encountered: