Rezact / Rezact

A JavaScript Framework/Library (call it what you want) that blends the best of svelte, solid, react, and many others.

Home Page:https://rezact.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: Cannot assign JSX directly to Signal

zachlankton opened this issue · comments

image

This does not get transformed at all by the compiler

The expected output is:

const $elmRef = new Signal(<p>Test</p>)