React 报错 Attempted import error: 'injectGlobal' is not exported from 'styled-components&

Posted bocaimao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React 报错 Attempted import error: 'injectGlobal' is not exported from 'styled-components&相关的知识,希望对你有一定的参考价值。

React 使用 styled-components 设置全局样式时,使用如下代码,但是报错Attempted import error: ‘injectGlobal‘ is not exported from ‘styled-components

 

技术图片

 只需要将injectGlobal 改为 CreateGlobalStyle即可,因为styled-components废弃全局属性injectGlobal,将其更改为createGlobalStyle。

 

以上是关于React 报错 Attempted import error: 'injectGlobal' is not exported from 'styled-components&的主要内容,如果未能解决你的问题,请参考以下文章