原文: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, ...

2020-12-09 11:24 0 814 推薦指數:

查看詳情

styled-components解決全局樣式'injectGlobal' 廢除的問題

最新版的 styled-components v4 已經將原有的 injectGlobal() 方法替換成了 createGlobalStyle() ,而且用法也和之前的 injectGlobal 方法不同了。 注意:直接像原 injectGlobal 方法一樣使用不能生效,要定義一個 ...

Wed Apr 10 18:05:00 CST 2019 0 691
styled-components解決全局樣式'injectGlobal' 廢除的問題

在以前的styled-components中設置全局樣式只需要 引入injectGlobal 即可,然而今天我用injectGlobal 的時候,總是提示不存在,找了半天找到原因。 The injectGlobal API was removed and replaced ...

Thu Oct 18 07:28:00 CST 2018 3 5764
react】---styled-components的基本使用---【巷子】

一、官網地址  https://www.styled-components.com/ 二、styled-components   1、styled-components 樣式化組件,主要作用是它可以編寫實際的CSS代碼來設計組件樣式,也不需要組件和樣式之間的映射,即創建后就是一個正常的React ...

Wed Apr 10 08:29:00 CST 2019 1 541
styled-components缺點

缺點 不能用 stylelint 檢查你的 Css 代碼 在使用 styled-components 的過程中也會遇到一些問題,比如我們的項目會用stylelint來做樣式代碼的檢查,但是使用了 styled-compoents 后就沒辦法讓stylelint的規則生效了。 不能用 ...

Fri Jun 23 18:13:00 CST 2017 0 2615
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM