Solved
Unable to build the code- [WARNING] C:\Users\VACNIT\Desktop\Project Data\aem-sites\ui.apps\src\main\content\jcr_root\apps\SFEM\components\page\head.html [25:21]: ${properties.snippetheadstartcurall}: data-sly-test: redundant constant value compari
Here is my snippet. Unable to build the code due to redundancy warning. build fails. But code works fine in direct deployment
<sly data-sly-test=" ${properties.snippetheadstartcurall}">
<sly> ${properties.snippetheadstartcurall @ context='unsafe'}</sly>
</sly>
<sly data-sly-test=" ${!properties.snippetheadstartcurall}">
<sly> ${inheritedPageProperties.snippetheadstartcurall @ context='unsafe'}
</sly>
Error info:
[WARNING] C:\Users\VACNIT\Desktop\Project Data\aem-sites\ui.apps\src\main\content\jcr_root\apps\SFEM\components\page\head.html [25:21]: ${properties.snippetheadstartcurall}: data-sly-test: redundant constant value comparison
[WARNING] C:\Users\VACNIT\Desktop\Project Data\aem-sites\ui.apps\src\main\content\jcr_root\apps\SFEM\components\page\head.html [28:22]: ${!properties.snippetheadstartcurall}: data-sly-test: redundant constant value comparison
[WARNING] C:\Users\VACNIT\Desktop\Project Data\aem-sites\ui.apps\src\main\content\jcr_root\apps\SFEM\components\page\head.html [28:22]: ${!properties.snippetheadstartcurall}: data-sly-test: redundant constant value comparison
please assist