Coder Social home page Coder Social logo

Comments (6)

jacobwgillespie avatar jacobwgillespie commented on June 4, 2024 1

I don't think so, the way you're doing imports looks correct to me!

from styled-icons.

bildungsroman avatar bildungsroman commented on June 4, 2024 1

Closing this issue as adding gatsby-plugin-styled-components per @jacobwgillespie 's advice fixed my issues!

from styled-icons.

jacobwgillespie avatar jacobwgillespie commented on June 4, 2024

It should be, yes - usually when I've experienced something like this in the past, it's an issue where Styled Components isn't fully integrated with the framework's server-side rendering.

Do you have a link to a repo, either the one you're seeing the error or a small reproduction? Or if not, can you share any details about how you've set up Gatsby?

If you haven't already, you may want to set up gatsby-plugin-styled-components: https://www.gatsbyjs.com/plugins/gatsby-plugin-styled-components/

from styled-icons.

bildungsroman avatar bildungsroman commented on June 4, 2024

The repo in question is private, but I can talk about how it's set up.

I'm not using gatsby-plugin-styled-components but I will try that now. At the moment I have the following dependencies installed:

// package.json
    "@styled-icons/fa-brands": "^10.26.0",
    "@styled-icons/fa-solid": "^10.26.0",

and am importing the icons into components as I need them:

// component.jsx

import { ExternalLinkAlt } from '@styled-icons/fa-solid';

const ComponentName = () => {
  return (
    <Wrapper>
      ...
      <a href=''><ExternalLinkAlt className='icon' />Click me</a>
    </Wrapper>
  );
};

export default ComponentName;

from styled-icons.

jacobwgillespie avatar jacobwgillespie commented on June 4, 2024

Perfect, thanks for the additional info - yeah if you're using Gatsby and haven't installed gatsby-plugin-styled-components, then I would expect you to be seeing the flash of unstyled icons that you are seeing, Gatsby needs that plugin to properly server-render any Styled Components style. 👍

Let me know if you're still seeing the issue after setting up that plugin and I'd be happy to investigate.

from styled-icons.

bildungsroman avatar bildungsroman commented on June 4, 2024

That makes sense. Should I change how I'm doing imports within my components?

from styled-icons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.