LivelyKernel / lively4-core

A Self-supporting, Web-based Development Environment
https://lively-kernel.org/lively4/lively4-core/start.html
MIT License
73 stars 25 forks source link

Symbols in JSX #369

Closed onsetsu closed 5 years ago

onsetsu commented 5 years ago

JavaScript Symbols currently generate an error when trying to render them as TextNode using JSX. This is due to the fact, that Symbols are not automatically converted to Strings. Instead, we have to explicitly convert them in reactive-jsx