The requested module 'react/jsx-runtime' does not provide an export named 'jsx' at asy #265
bobwatcherx
started this conversation in
General
Replies: 1 comment
-
|
Hi. Yes sorry, the documentation is wrong. Can you edit the {
"imports": {
"lume/": "https://deno.land/x/lume@v1.11.4/",
"react/jsx-runtime": "https://deno.land/x/lume@v1.11.4/deps/react_runtime.ts"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i want use jsx template engine
but i get error msg:
Error: Couldn't load this file
at Reader.read (https://deno.land/x/lume@v1.11.4/core/reader.ts:146:13)
at async PageLoader.load (https://deno.land/x/lume@v1.11.4/core/page_loader.ts:47:18)
at async Source.#loadEntry (https://deno.land/x/lume@v1.11.4/core/source.ts:350:23)
at async concurrent (https://deno.land/x/lume@v1.11.4/core/utils.ts:45:3)
at async Site.build (https://deno.land/x/lume@v1.11.4/core/site.ts:467:5)
at async build (https://deno.land/x/lume@v1.11.4/cli/build.ts:36:3)
at async Command.execute (https://deno.land/x/cliffy@v0.25.1/command/command.ts:1433:7)
at async (https://deno.land/x/lume@v1.11.4/cli.ts:182:3)
Caused by SyntaxError: The requested module 'react/jsx-runtime' does not provide an export named 'jsx'
at async module (https://deno.land/x/lume@v1.11.4/core/loaders/module.ts:8:15)
at async Reader.read (https://deno.land/x/lume@v1.11.4/core/reader.ts:144:14)
at async PageLoader.load (https://deno.land/x/lume@v1.11.4/core/page_loader.ts:47:18)
at async Source.#loadEntry (https://deno.land/x/lume@v1.11.4/core/source.ts:350:23)
at async concurrent (https://deno.land/x/lume@v1.11.4/core/utils.ts:45:3)
at async Site.build (https://deno.land/x/lume@v1.11.4/core/site.ts:467:5)
at async build (https://deno.land/x/lume@v1.11.4/cli/build.ts:36:3)
at async Command.execute (https://deno.land/x/cliffy@v0.25.1/command/command.ts:1433:7)
at async (https://deno.land/x/lume@v1.11.4/cli.ts:182:3)
i follow you documentation
in you doc : https://lume.land/plugins/jsx/
Beta Was this translation helpful? Give feedback.
All reactions