2

Two global syles entries are added to my pages and I cannot have control over them.

Could you help me to understand which components are injecting them?

App developed in gatsby using: Grommet Styled components

Code gets included in header section

<style data-emotion="css-global"> ... <style>
<style data-emotion="css-global"> ... <style>

I would like to know, how I can debug the issue? Let's say which component is responsible for adding these two lines.

Muntram van Chen
  • 403
  • 1
  • 5
  • 10

1 Answers1

-1

These are defined in Emotion's <Global /> component (emotion global styles). If you used a starter or theme this is probably the source. If this isn't enough direction, please share a link to the starter or theme repo, or to your repo.

Kat Tow
  • 11
  • 2