mirror of
				https://github.com/jaandrle/deka-dom-el
				synced 2025-11-04 07:09:15 +01:00 
			
		
		
		
	⚡ 🐛 removed #23, fixed readonly & ddeStringable
This commit is contained in:
		@@ -11,7 +11,7 @@ document.body.append(
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
function component({ className, textContent }){
 | 
			
		||||
	return el("div", { className: [ "class1", className ] }).append(
 | 
			
		||||
	return el("div", { className: [ "class1", className ].join(" ") }).append(
 | 
			
		||||
		el("p", textContent)
 | 
			
		||||
	);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user