mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-12-13 04:56:27 +01:00
🐛 Process primitives & signals correctly in createElement/assign
This commit is contained in:
@@ -21,7 +21,7 @@ export function fullNameComponent(){
|
||||
),
|
||||
el("p").append(
|
||||
el("strong", "Full name"),
|
||||
el("#text", ": "),
|
||||
": ",
|
||||
el("#text", full_name)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user