既找不到样式组件的秘密内部结构

Posted

技术标签:

【中文标题】既找不到样式组件的秘密内部结构【英文标题】:Could neither find styled-components secret internals 【发布时间】:2020-05-08 15:29:50 【问题描述】:

我目前正在尝试更新到 Styled Components 5.0.0,但我遇到了一些问题,我的 JEST 测试停止工作。我已经降级到 4.2.1,但仍然更新了 babel@preset-react、preset-env、core 和其他一些包。当我尝试运行 npm test 时出现此错误:

“Could both find styled-components secret internals”指向import 'jest-styled-components';Jest-styled-components 也更新到7.0.0

【问题讨论】:

众所周知,github 上有一个未解决的问题正在谈论它here。 【参考方案1】:

https://github.com/styled-components/jest-styled-components/issues/301#issuecomment-893170436

改成 yarn add jest-styled-components@6.3.4 解决问题。

【讨论】:

以上是关于既找不到样式组件的秘密内部结构的主要内容,如果未能解决你的问题,请参考以下文章

找出 Windows Phone 中系统定义样式的内部结构

react中向组件内部动态传入标签(带参数)

Tomcat内部结构及请求原理(转)

css-内部样式表

头条高级面试题:请谈谈Redis 9种数据结构以及它们的内部编码实现

深入理解JVM内部结构(转)