esm.sh
esm.sh copied to clipboard
Failed to import - react-icons
Failing module
- npm: react-icons
import { GoMarkGithub } from 'https://esm.sh/react-icons/go'
Error message
Uncached or missing remote URL: "https://esm.sh/react-icons/go".deno(no-cache) (React from esm.sh caches fine in my VS Code)
Additional info
- esm.sh version: v57
- Deno version: 1.15.3
Getting this again now using import { FaBeer } from 'https://esm.sh/[email protected]/fa';
esm.sh version: v94 Deno version: 1.25.0
any error message?
@ije When running deno run https://esm.sh/[email protected]/fa
error: Uncaught SyntaxError: The requested module '/v95/[email protected]/deno/lib/esm/iconContext.js' does not provide an export named 'DefaultContext'
at <anonymous> (https://esm.sh/v95/[email protected]/deno/lib/esm/iconBase.js:2:210)
Getting the same error message with v102:
❯ deno run https://esm.sh/react-icons/fa
error: Uncaught SyntaxError: The requested module '/v102/[email protected]/deno/lib/esm/iconContext.js' does not provide an export named 'DefaultContext'
at <anonymous> (https://esm.sh/v102/[email protected]/deno/lib/esm/iconBase.js:2:210)