ziko 0.45.2 → 0.45.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,13 +19,13 @@ const tags = new Proxy({}, {
19
19
  let type ;
20
20
  if(HTMLTags.includes(tag)) type = 'html'
21
21
  if(SVGTags.includes(tag)) type = 'svg'
22
- console.log(type)
22
+ // console.log(type)
23
23
  return (...args)=>{
24
24
  // Fix undefined
25
25
  // console.log(isStateGetter(args[0]))
26
26
  // console.log(!!args)
27
27
  if(args.length === 0) {
28
- console.log('length 0')
28
+ // console.log('length 0')
29
29
  return new UIElement({element : tag, name : tag, type})
30
30
  }
31
31
  if(