org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

Error in Side Navigation Component #191

Open varunrayen opened 5 years ago

varunrayen commented 5 years ago

Hello, I am trying to use the Side Navigation Component in DS 1.6. But I get this error in the console

During a clone operation, a template was found that neither was marked with 'templateShareable:true' nor 'templateShareable:false'. The framework won't destroy the template. This could cause errors (e.g. duplicate IDs) or memory leaks (The template is used in aggregation 'items' of object '__list22').For more information, see documentation under 'Aggregation Binding'. -

looks like that templateSharabletag needs to be added for item list in SAP UI 5. Could you explain where it should be added?

Thanks!