Wojciech Maj

Results 81 issues of Wojciech Maj

**Is your feature request related to a problem? Please describe.** I would to configure Tabcordion to only allow one panel opened at once. If the user opens one, the other...

**Describe the bug** Focus outline is programmed to be only shown when the user uses keyboard navigation. That works, until the user hits Tab key once. Once done, there's no...

**Describe the bug** I have noticed that in #719 `react` and `react-dom` in peerDependencies were set to `^17.0.2`. If I'm not mistaken, GEL seems to work perfectly fine with 17.0.0,...

**Is your feature request related to a problem? Please describe.** Certain UI elements must load asynchronously, or need to end for a background process to finish. **Describe the solution you'd...

### What type of issue is this? Browser bug (a bug with a feature that may impact site compatibility) ### What information was incorrect, unhelpful, or incomplete? Chromium-based browsers prior...

data:api :rabbit2:

As soon as I setup app using `@testing-library/react-native`, I get: ``` SyntaxError: Cannot use import statement outside a module ❯ Object. node_modules/@testing-library/react-native/src/helpers/format-default.ts:1:1 Module /node_modules/react-native/index.js:14 seems to be an ES Module...

When importing `recoil` package, which clearly has a specified `react-native` entry point, the following error appears: ``` Error: Cannot find module 'react-dom' Require stack: - /Users/wmaj/Projekty/Rewardo/app-native/node_modules/recoil/cjs/index.js ❯ node_modules/recoil/cjs/index.js:8:32 6| 7|...

Shortest repro for me was just: `index.test.tsx` ```ts ; ``` I don't see anything suspicious in my configs. My vitest.config.ts: ```ts import { defineConfig } from 'vitest/config'; import reactNative from...

**Is your feature request related to a problem? Please describe.** Node.js from v6.13.0, v8.10.0, v9.3.0 includes `module.builtinModules` which we can use to natively check if some module belongs to Node.js...

enhancement
dependencies

Please provide enough information so that others can review your pull request: Node.js from v6.13.0, v8.10.0, v9.3.0 includes `module.builtinModules` which we can use to natively check if some module belongs...