ryansolid / dom-expressions

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

Create text node for hypertext element of type bigint or symbol #338

Closed wrnrlr closed 1 month ago

wrnrlr commented 1 month ago

You could also use Symbol.keyFor(...) instead of .toString() for the symbol type. Sort of more a opinionated style I guess

ryansolid commented 1 month ago

Thanks