thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 198 TypeScript projects (and ~175 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.31k stars 144 forks source link

[rdom] SVG el add class > Uncaught (in promise) TypeError #469

Closed bt-3000 closed 2 months ago

bt-3000 commented 2 months ago
const Loader = [
     'svg', { class: 'loader' },
     [  'path', { d: '...' } ]
  ]

Uncaught (in promise) TypeError: setting getter-only property "className"

postspectacular commented 2 months ago

@bt-3000 - gonna look into it tomorrow, might have to do with a recent update to attrib vs. property setters... reporting back ASAP!