<GlobalStyles styles={globalStyle} />

As you can see:
Action: I used GlobalStyles component.
Except: only create one <style> tag.
Actual: it created multiple <style> tags.
It's not reasonable, any props to config it? or whether can optimize it directly.
<GlobalStyles styles={globalStyle} />As you can see:
Action: I used
GlobalStylescomponent.Except: only create one <style> tag.
Actual: it created multiple <style> tags.
It's not reasonable, any props to config it? or whether can optimize it directly.