fix(core): update
This commit is contained in:
		| @@ -268,6 +268,9 @@ export class WccProperties extends LitElement { | ||||
|         } | ||||
|       } | ||||
|       const classProperties: Map<string, any> = anonItem.elementProperties; | ||||
|       if (!classProperties) { | ||||
|         return; | ||||
|       } | ||||
|       const propertyArray: TemplateResult[] = []; | ||||
|       for (const key of classProperties.keys()) { | ||||
|         if (key === 'goBright' || key === 'domtools') { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user