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
Platform: windows x86_64
Version: 1.32.0
Args: ["C:\\Users\\tiger\\.deno\\bin\\deno.exe", "run", ".\\src\\generate.ts"]
thread 'main' panicked at 'failed to determine top-level Id for jsx expression', C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\swc_ecma_transforms_typescript-0.171.4\src\strip.rs:252:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
How to reproduce:
Use a deno.json with the following:
Why u do this?
To use fragments with vhtml, null is used rather than a special helper function. (
h(null, {}, ...children)
)Using
undefined
as the jsxFragmentFactory works fine.The text was updated successfully, but these errors were encountered: