-
### Steps to reproduce
https://stackblitz.com/edit/vitejs-vite-kcvsmw?file=src%2FApp.tsx&view=editor
### Current behavior
The `Autocomplete` component has `multiple` set to `true`.
React Tes…
-
A test failed on a tracked branch
```
TestingLibraryElementError: Unable to find an element by: [data-test-subj="checkboxSelectAll"]
Ignored nodes: comments, script, style
at Object.getElem…
-
To build a component library around Vanilla we really care about the class names, visual elements, node order etc. not just the accessible labels and roles
To do this we often need to access the DO…
-
### Describe the bug
for the keyboardEvent, which and keyCode is deprecated and it's recommended to use `key`.
For example
```typescript
onInputKeyDown(event) {
if (this.readonly) {
retu…
-
### Reproduction example
zip file listed bellow
### Prerequisites
please download this project demo and run it using npm install
[react-testing-library-bug.zip](https://github.com/testing-libr…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
The `ts-vitest` template does not work.
Follow these steps to reproduce:
1. `pnpx degit solidjs/templates/ts-vitest aw-ts-vitest`
2. `cd aw-ts-vitest`
3. `pnpm install`
4. `pnpm test`
**3 te…
-
```
import { expect, afterEach } from 'vitest';
import { cleanup } from '@testing-library/react';
import * as matchers from "@testing-library/jest-dom/matchers";
expect.extend(matchers);
afterEac…
kisp updated
6 months ago
-
Here is the error:
```
(0 , ms_1.default) is not a function
TypeError: (0 , ms_1.default) is not a function
at authTokenInterceptor (http://localhost:3000/static/js/bundle.js:9825:34)
at …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …