This pull request fixes the icon display after DOM is modified (Issue #149). Improves over previous PR as it causes no flickering when loading the icons, however, the solution is a little messy, as it creates a new element to force a trigger in the observable so the element is now updated with the DOM after the changes on the host.
Description
This pull request fixes the icon display after DOM is modified (Issue #149). Improves over previous PR as it causes no flickering when loading the icons, however, the solution is a little messy, as it creates a new element to force a trigger in the observable so the element is now updated with the DOM after the changes on the host.