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.

I’m trying to migrate to this from simply dropping in the fontawesome-all.js script and everything is working fine except for one difference: the fa-icon components seem to have <span> tag wrapping the <svg> tag whereas in the previous version, svg was the top level element.

Also it looks like you’re using some svg-related attributeBindings for the span element.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
mhluskacommented, Feb 17, 2018

Thanks again for your help.

0reactions
mlwilkersoncommented, Feb 17, 2018

Cool, cause I just tried it and “it worked on my machine” 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Content Span element - HTML - MDN Web Docs
The <span> HTML element is a generic inline container for phrasing content, which does not inherently represent anything.
Read more >
HTML span Tag - GeeksforGeeks
The span tag is a paired tag means it has both open(<) and closing (>) tags, and it is mandatory to close the...
Read more >
What Is 'Span' in HTML? - HubSpot Blog
In HTML, the span tag is a generic inline container element. Span tags usually wrap sections of text for styling purposes or for...
Read more >
HTML - <span> Tag - Tutorialspoint
The HTML <span> tag is used for grouping and applying styles to inline elements. There is a difference between the span tag and...
Read more >
Span HTML – How to Use the Span Tag with CSS
The span tag is just like a div, which is used to group similar content so it can all be styled together. But...
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