Refactor Lucide icon rendering by replacing nodes with root across components and fix unintended character encoding issues in placeholders and text.
This commit is contained in:
@@ -54,7 +54,7 @@ class WoMap extends HTMLElement {
|
||||
</div>` : ''}
|
||||
</div>`;
|
||||
|
||||
if (window.lucide) lucide.createIcons({ nodes: [this] });
|
||||
if (window.lucide) lucide.createIcons({ root: this });
|
||||
|
||||
if (lat && lng) {
|
||||
this.#initMap(lat, lng, siteName, woNumber);
|
||||
|
||||
Reference in New Issue
Block a user