chawn
chawn
DDeno
Created by chawn on 10/13/2024 in #help
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?
1 replies