woops && bump version

This commit is contained in:
CoolElectronics 2024-01-30 10:47:44 -05:00
parent 4c0a89b462
commit f7bdf8dcfd
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 2 additions and 2 deletions

2
js.js
View file

@ -167,7 +167,7 @@ export function h(type, props, ...children) {
newthis.children = [];
for (const child of children) {
JSXAddChild(child, newthis.children.push.bind(slot));
JSXAddChild(child, newthis.children.push.bind(newthis.children));
}
let elm = type.apply(newthis);