-
When running npm run build i get this error
``[ WARN ] 2023-07-02T12:26:23.463Z Renaming EXE failed or unable to modify EXE. If it's the latter, ensure WINE is installed or build in Windows ``
`…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
- `@testing-library/jest-dom` version: 5.16.5
- `node` version: 16.16.0
- `npm` (or `yarn`) version: 9.1.2
- `@testing-library/react`: 13.4.0
- `@testing-library/user-event`: 14.4.3
- `react`: 18…
-
I installed react-sigma using npm i --save react-sigma
But when importing react sigma using import { Sigma, RelativeSize, RandomizeNodePositions } from 'react-sigma', I received the following error…
-
**Reproduction**
Steps to reproduce the behavior:
1. Click on the run test icon on WebStorm IDE to run the following test:
```js
describe("App", () => {
it("render", () =>…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When using `TextField` with `multiline` the `on…
-
测试文件与测试例子:
```
beforeEach(() => {
wrapper = render()
fileInput = wrapper.container.querySelector('.viking-file-input') as HTMLInputElement
uploadArea = wrapper.queryByText('Cl…
-
``Good morning, I figure out an issue after installing the extension.
I've the error message: No Jest config found
A jest.config.ts file is existing in my project.
Package:
> {
"name": …
-
HI everyone!
I'm trying to install reef.js in my react app but I'm getting the error:
`./node_modules/@polkadot/util/u8a/toString.js
Attempted import error: 'TextDecoder' is not exported from '@p…
-
Hi,
I have just wanted to implement with react-router-dom 6.2.1 and go an error like this
`Error: [Authenticator] is not a component. All component children of must be a or `
My code is
…