Idan Entin
Idan Entin
Pretty naive approach: checking if the call is in an `async` method and if an `await` is found before `setState` (going over tokens). Fixes #1110.
When creating custom elements, we should not degrade the experience, so even for minimal implementation `input[type=range]` should be used to keep standard behavior as expected.
Fixes #122
Minimal reproduction: https://codesandbox.io/s/cssstyle-position-auto-x180n
Resolves #478 **What**: Change `.toHaveValue()` to support `aria-valuenow` **Why**: **How**: **Checklist**: - [x] Documentation - [x] Tests - [x] Updated Type Definitions - [x] Ready to be merged
### Describe the feature you'd like: Suggesting that `.toHaveValue()` support elements' [`aria-valuenow`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-valuenow) attribute ### Suggested implementation: When element doesn't have the value property, fallback to try and get the `aria-valuenow`...
- `@testing-library/dom` version: ^8.17.0 - Testing Framework and version: jest ^28.1.0 - DOM Environment: In codesandbox ### Relevant code or config: ```js test('getting by implicit "meter" role', () => {...
### Describe the bug Hey. We found that using a newer version than 3.1.4 creates larger reporters data which fails some reporters. On 3.2.4, this created a situation for us...