skartknet / Iconic

The ultimate icon picker for Umbraco backoffice
MIT License
7 stars 8 forks source link

Iconic 14.0.0 #52

Open a-t-k opened 1 month ago

a-t-k commented 1 month ago

File: settings-editor.elements.ts line 39: let tempVal = this.value.map(x => x);

The variable this.value is always 'undefined' when creating the first configuration without any existing config. A check for this condition should be added to create an empty array in its place.