实战\React 16.4 开发简书项目 从零基础入门到实战
编译错误提示: Attempted import error: ‘injectGlobal’ is not exported from ‘styled-components’.

原因: styled-components 4.x版本将原来的injectGlobal方法用createGlobalStyle替换了。
官网:
styled-components4.x中弃用injectGlobal用法上也有一些不同:
styled-components4.x中弃用injectGlobal

styled-components4.x中弃用injectGlobal
styled-components4.x中弃用injectGlobal

相关文章: