I have developed a few components for AEM but I just ran into an issue. One of the components I created is not displaying when I append the wcmmode=disabled flag. It works great on edit mode but once I pass the flag the component and contents are gone, this is the first time that this happens.
If it helps the component that I created is an extension of the column control component from AEM and it automatically adds children to it.
URL example in Edit Mode: http://localhost:4502/cf#/content/location/file.html
URL example with WCMMODE flag set to disabled: http://localhost:4502/content/location/url.html?wcmmode=disabled