Hi,
I am setting SVG imageUrl using a recursion call for all the items on PanelBar for Parent as well as Children. When I refresh the page, the SVGs don't load. When I hover over it, they loads ( Only SVG issue, Item labels load correctly ).
Please note that I don't bind individual items on PanelBar using PanelBarItems. I read the data from json and set them to PanelBar in one go using
children={panelBarItems}
where panelBarItems are read from json object. Json object does not have imageUrl so I map that object to have the imageUrl. How to resolve this issue ?
Regards,
Vinod