question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

0.41.0 broke using font awesome? Cannot read property default of undefined

See original GitHub issue

Stack/build/example: https://github.com/NullVoxPopuli/limber/pull/114/checks?check_run_id=2638506237#step:7:21

Occured during renovate upgrade from embroider 0.40.0

Top portion of stack:

            TypeError: Cannot read property 'default' of undefined
                at Module.default (webpack://limber/./components/fa-icon.js?:3:154)
                at Module.eval [as callback] (webpack://limber/./components/limber/navigation/index.hbs?:14:51)
                at Module.exports (http://localhost:7357/assets/vendor.js:115:32)
                at requireModule (http://localhost:7357/assets/vendor.js:36:18)
                at Class._extractDefaultExport (webpack://limber/../node_modules/ember-resolver/resolvers/classic/index.js?:460:25)

(Output of running ember test with assets that build successfully any a prior ci job)

I have webpack@v5 already, here: https://github.com/NullVoxPopuli/limber/blob/main/frontend/package.json#L115

I read the release notes and didn’t see anything that’d be relevant. Did I miss something?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
NullVoxPopulicommented, Jan 29, 2022

In the latest release of font-awesome, This is no longer an issue 🎉

I’m using:

    "@fortawesome/ember-fontawesome": "^0.3.0",
0reactions
NullVoxPopulicommented, Aug 5, 2021

I don’t think so, we need font awesome to use embroider macros, but there were issues it seems

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught TypeError: Cannot read property 'icon' of undefined ...
Hello,. I have an existing project using Bootstrap 3.3.7 and was using Fontawesome 4.7 until I attempted to upgrade to 5 today.
Read more >
Cannot read property 'fontawesome' of undefined in CKEditor ...
This shows whether the FontAwesome icon is set in the toolbar or not. Isn't happening on text format config pages that don't use...
Read more >
Troubleshooting | Font Awesome Docs
The first thing to do is to double-check a few things: Is the icon you're trying to use available in the version of...
Read more >
How to use font-awesome animated icons in Vue 3?
but it doesn't seem to work in Vue 3 . I've tried importing font-awesome-animation after installing it like so: import {faaWrench} from ...
Read more >
@fortawesome/vue-fontawesome - npm
Official Vue 2 component for Font Awesome. Latest version: 2.0.9, last published: 2 months ago. Start using @fortawesome/vue-fontawesome in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found