DenoDDeno
Powered by
hejsfjH
Denoโ€ข3y agoโ€ข
3 replies
hejsfj

FontAwesome Import into island component not working as expected

Hey,
I want to use FontAwesome with a Fresh component inside my island folder.

I followed the following FontAwesome setup: https://fontawesome.com/docs/web/use-with/react/
I'm using Babel Macros for the setup as explained here: https://fontawesome.com/docs/web/use-with/react/add-icons

Inside my component.tsx:

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { icon } from '@fortawesome/fontawesome-svg-core/import.macro'

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { icon } from '@fortawesome/fontawesome-svg-core/import.macro'



<FontAwesomeIcon icon={icon({name: 'coffee', style: 'solid'})} />

<FontAwesomeIcon icon={icon({name: 'coffee', style: 'solid'})} />


When running the code I get the following error message and I'm not quite sure why this happens.
error: Uncaught (in promise) SyntaxError: The requested module '@fortawesome/fontawesome-svg-core/import.macro' does not provide an export named 'icon' at file:///Users/hejsfj/GitHub/HEJSFJ/islands/Project.tsx:2:10
error: Uncaught (in promise) SyntaxError: The requested module '@fortawesome/fontawesome-svg-core/import.macro' does not provide an export named 'icon' at file:///Users/hejsfj/GitHub/HEJSFJ/islands/Project.tsx:2:10
Set Up with React
The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome.
Set Up with React
Add Icons with React
The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome.
Add Icons with React
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

deno.run not working as expected
ChilliSniffCChilliSniff / help
4y ago
import suggestions not working as intended (vscode)
alaaAalaa / help
2y ago
Auto Import Not Working
VincentVVincent / help
17mo ago