Dominik

Results 12 issues of Dominik

### Problem description: - Having multiple versions of `@testing-library/dom` in the same project leads to bugs that are hard to catch, like [confusing act warnings](https://github.com/testing-library/react-testing-library/issues/1051) - To avoid this, we...

needs more information

Right now `prop-types` is a devDependency even though it is needed by the package to run properly. This breaks the package when used with [yarn 3 and plug'n'play](https://yarnpkg.com/features/pnp), because `prop-types`...

**I'm submitting a ...** * [ ] bug report * [X] feature request * [ ] question about the decisions made in the repository **What is the expected behavior?** Support...

* **I'm submitting a ...** [ ] bug report [ X ] feature request [ ] question about the decisions made in the repository Is there a provider for Google...

enhancement
help wanted
providers

## 🚀 Feature Proposal Since svgo version 2.7.0 there is support for configs written as es modules: https://github.com/svg/svgo/pull/1583 Please also support this kind of config in svgr. ## Motivation I...

feature request 🙏

I need a rule that disallows the usage of the [deprecated](https://www.npmjs.com/package/sass-loader#user-content-resolving-import-at-rules) ~ in `@use` rules. **Forbidden:** ``` @use "~@mycompany/uikit/lib/styles/config" as *; ``` **Allowed:** ``` @use "@mycompany/uikit/lib/styles/config" as *; ``` Is...

Question ❓
New rule 👌

**Is your feature request related to a problem? Please describe.** Right now this project cannot be used with Typescript properly. **Describe the solution you'd like** It should provide support for...

Enhancement

### What would you like? When my tests fills out an address form with Chrome as the browser, the following prompt pops up: ![image](https://user-images.githubusercontent.com/7560166/215109099-4a6f2e7a-b730-4e20-8247-6a1cceded012.png) It would be great if this...

type: feature
E2E
Triaged

I have a NestedDropdown like this: ```

I am using `NestedDropdown` and unfortunately it breaks on iPads in Safari. The problem occurs when multiple levels are nested on top of each other (because there is not enough...