You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a jsx function component uses props.children the precompiled jsx template string is escaped twice.
Furthermore, using preact/jsx-runtime the resulting html is either empty or escaped threefold.
Version: Deno 1.41.0
If a jsx function component uses
props.children
the precompiled jsx template string is escaped twice.Furthermore, using
preact/jsx-runtime
the resulting html is either empty or escaped threefold.Steps to reproduce: see repo https://github.com/c-antin/jsx_precompile_bugs
The text was updated successfully, but these errors were encountered: