@@ -402,7 +402,7 @@ Yields:
402
402
In a browser, do:
403
403
404
404
``` js
405
- import {h } from ' https://esm.sh/hastscript@7 '
405
+ import {h } from ' https://esm.sh/hastscript@8 '
406
406
import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1'
407
407
import {Fragment , jsx , jsxs } from ' https://esm.sh/preact@10/jsx-runtime'
408
408
import {render } from ' https://esm.sh/preact@10'
@@ -451,10 +451,10 @@ Yields:
451
451
In a browser, do:
452
452
453
453
``` js
454
- import {h } from ' https://esm.sh/hastscript@7 '
454
+ import {h } from ' https://esm.sh/hastscript@8 '
455
455
import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1'
456
456
import {createApp } from ' https://esm.sh/vue@3'
457
- import {
Fragment ,
jsx ,
jsxs }
from ' https://esm.sh/vue[email protected] /jsx-runtime'
457
+ import {Fragment , jsx , jsxs } from ' https://esm.sh/vue@3 /jsx-runtime'
458
458
459
459
createApp (Component).mount (' #root' )
460
460
@@ -500,7 +500,7 @@ Yields:
500
500
In a browser, do:
501
501
502
502
``` js
503
- import {h } from ' https://esm.sh/hastscript@7 '
503
+ import {h } from ' https://esm.sh/hastscript@8 '
504
504
import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1'
505
505
import {Fragment , jsx , jsxs } from ' https://esm.sh/solid-js@1/h/jsx-runtime'
506
506
import {render } from ' https://esm.sh/solid-js@1/web'
0 commit comments