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&的主要内容,如果未能解决你的问题,请参考以下文章

python相对包导入报“Attempted relative import in non-package”错误

mysqlspringboot启动报错Could not create connection to database server. Attempted reconnect 3 times. (代码片

centos在线安装mysql报错:file /etc/my.cnf conflicts between attempted installs of mysql-community-server-8.

react 中使用import()实现按需加载报错 解决方法 --‘import’ and ‘export’ may only appear at the top level

React报错Unexpected default export of anonymous class import/no-anonymous-default-export已解决

react之异步请求数据,render先行渲染报错,未拿到数据