ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
858 stars 125 forks source link

fix: make img attributes optional #245

Closed emdede closed 1 year ago

emdede commented 1 year ago

With 1.7.4 (due to this commit) now there are TS errors for <img> tag. The attributes should be optional.

emdede commented 1 year ago

Sorry, just saw someone else has opened a PR already. Closing