-
Working with external, non-react, libraries is a pain in the react ecosystem; testing is no exception. We should see if there is anything we can do, to normalize the DOM that gets injected by third pa…
-
### 🐛 Question description [Please make everyone to understand it]
透過Redux-Toolkit管理資料狀態,將從Mqtt接收到的即時資料送進Redux Store後,Gauge根據useAppSelector會重新 / 重覆Render同時造成記憶體用量暴增,最終導致Chrome關閉分頁。不確定這是否算是Bug。即便use…
-
⚠️ Since we rely on `@wordpress/element` to export `createRoot` -- this issue can not be fixed until WP 6.2 is the last version we support (unless we try both methods) ⚠️
In WP 6.2 we get React `1…
-
- `@testing-library/react` version: @testing-library/react@11.2.5
- Testing Framework and version: jest through react-scripts@4.0.2
- DOM Environment: jsdom@16.4.0 (through react-scripts)
- node v1…
-
**Describe the bug**
When using args with a component that uses `forwardRef`, you will not be shown the correct component name when clicking 'Show code' in the docs section of storybook
**To Repro…
-
Welcome to this lil bug,
if you typed 'TypeError: lilconfigSync is not a function' on google you came here because this is the only result.
## 🐛 🐛🐛🐛🐛Describe the bug🐛🐛🐛🐛🐛
So there is a bug wh…
-
### System Info
"dependencies": {
"@huggingface/transformers": "^3.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event"…
-
现在基于 taro 平台解析以及其他的多端能力, 写了一个组件库,组件库能适配三端,但是 UT 不知道怎么写适合 ,主要有两个问题
1. 用的 jest + react-testing-library , 主要 RN 端需要用 @testing-library/react-native , 在小程序/h5端 又需要 用 @testing-library/react
2. 组件库本身是…
-
my Package.json
```
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-u…
-
Hi,
I am getting the following error when running the command `npm install react-native-aws-ivs-player-view`
Can you please advise what is missing?
While resolving: undefined@undefined
Found…