Results 462 comments of Je Xia

https://github.com/esm-dev/esm.sh/commit/f2cfe998dd01fbf743a0b16925398e7b8b10f31f now support `jsx-runtime` with query:

since react upgrade to 18, i guess some libraries was built with the latest react version, you need add `[email protected]` when import those library

this is types issue, i will look into it. you can disable the typing temporarily by `no-check` query

**v66** still not works:

just tried to move to `deno.land/std/node/http.ts` but failed: ``` error: Uncaught SyntaxError: The requested module 'https://deno.land/[email protected]/node/http.ts' does not provide an export named 'IncomingMessage' ```

seems it is types problem, try `https://esm.sh/[email protected]?no-check`