react-demo:使用 React + jsdom 的 bug 演示

时间:2024-08-07 05:26:22
【文件属性】:

文件名称:react-demo:使用 React + jsdom 的 bug 演示

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-07 05:26:22

JavaScript

React演示 $ npm install $ npm test 这是我在尝试使用设置 React 测试时遇到的 2 个错误的演示: 如果未清除 require 缓存,则会在测试之间记录上下文泄漏。 如果缓存被清除的需要,利用失败。 在中指出了第一个问题,提供了解决方案。 但是使用该解决方案时,使用 refs 时会出现第二个问题: Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. This usually means that you're trying to add a ref to a component that doesn't have an owner (that is, was not created inside of another co


【文件预览】:
react-demo-master
----components()
--------component.jsx(222B)
----helpers()
--------dom.js(497B)
----test()
--------component1.jsx(483B)
--------component2.jsx(483B)
--------mocha.opts(48B)
----.gitignore(13B)
----readme.md(1KB)
----package.json(281B)

网友评论