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/[email protected]/",
"react/jsx-runtime": "https://deno.land/x/[email protected]/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/[email protected]/core/reader.ts:146:13)
at async PageLoader.load (https://deno.land/x/[email protected]/core/page_loader.ts:47:18)
at async Source.#loadEntry (https://deno.land/x/[email protected]/core/source.ts:350:23)
at async concurrent (https://deno.land/x/[email protected]/core/utils.ts:45:3)
at async Site.build (https://deno.land/x/[email protected]/core/site.ts:467:5)
at async build (https://deno.land/x/[email protected]/cli/build.ts:36:3)
at async Command.execute (https://deno.land/x/[email protected]/command/command.ts:1433:7)
at async (https://deno.land/x/[email protected]/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/[email protected]/core/loaders/module.ts:8:15)
at async Reader.read (https://deno.land/x/[email protected]/core/reader.ts:144:14)
at async PageLoader.load (https://deno.land/x/[email protected]/core/page_loader.ts:47:18)
at async Source.#loadEntry (https://deno.land/x/[email protected]/core/source.ts:350:23)
at async concurrent (https://deno.land/x/[email protected]/core/utils.ts:45:3)
at async Site.build (https://deno.land/x/[email protected]/core/site.ts:467:5)
at async build (https://deno.land/x/[email protected]/cli/build.ts:36:3)
at async Command.execute (https://deno.land/x/[email protected]/command/command.ts:1433:7)
at async (https://deno.land/x/[email protected]/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