injectGlobal报错
来源:7-1 项目目录搭建,Styled-Components 与 Reset.css 的结合使用
weixin_慕先生9374355
2020-03-11
React | 报错 ‘injectGlobal’ is not exported from ‘styled-components’
写回答
1回答
-
weixin_慕先生9374355
提问者
2020-03-11
在styled-component 4.X版本中injectGlobal API除去,取而代之的是createGlobalStyle样式组件。
122020-04-26