Failed to resolve import "react/jsx-dev-runtime" from "src/main.tsx"
I'm trying to understand esm.sh. I started with the deno-react-ts template, initialized the esm.sh tasks, and added react / react-dom to my imports map - deno.json.
I'm getting this error
Failed to resolve import "react/jsx-dev-runtime" from "src/main.tsx"
. I would expect this to be resolved from the react/
import map. Any suggestions?GitHub
GitHub - bluwy/create-vite-extra: Extra Vite templates
Extra Vite templates. Contribute to bluwy/create-vite-extra development by creating an account on GitHub.
0 Replies