Kristóf Poduszló
Kristóf Poduszló
### Current behavior When specifying the `disabled` prop on `RadioGroup`, it doesn’t have any effect on the underlying `Radio` children, nor the wrapper element itself. ### Steps to reproduce the...
### Motivation When specifying an input as follows in React: ```tsx ``` I get the following error during development: > Warning: ChipRadioGroup contains an input of type radio with both...
### Motivation Uncontrolled components are fairly straightforward to use, as seen in the [basic Select example](https://ariakit.org/components/select): ```tsx export default function Example() { return ( Favorite fruit ); } ``` However,...
### Current behavior When nesting a `SelectProvider` within a `ComboboxProvider`, the latter’s default `includesBaseElement={true}` appears to take precedence over the former component’s implicit `false` value. ### Steps to reproduce the...
### Motivation Currently, the `sameWidth` prop of popovers set the `width` CSS property as shown: https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react-core/src/popover/popover.tsx#L184-L186 Usually, a popover has an arbitrary minimum width like 320px, compensating for the shrinking...
### What problem does this feature solve? When using Modern.js alongside [@total-typescript/tsconfig](https://github.com/total-typescript/tsconfig), `noEmit: false` has to be specified explicitly within `tsconfig.json`, otherwise `modern build` fails: ``` error ModuleBuildError: bundleless DTS...
Trying swc in debug mode with [`env.targets`](https://swc.rs/docs/configuration/compilation#envtargets) set to [`browserslist("defaults")`](https://github.com/browserslist/browserslist) and [`env.bugfixes`](https://swc.rs/docs/configuration/compilation#envbugfixes) enabled, I noticed the transform [‘bugfix/transform-safari-id-destructuring-collision-in-function-expression’ being applied](https://github.com/swc-project/swc/blob/ab32e694a0688d1bd9803a0aa6ffb4d00dafa7b5/crates/swc_ecma_preset_env/data/%40babel/compat-data/data/plugin-bugfixes.json#L70-L82). Looking up the [corresponding docs of Babel](https://babeljs.io/docs/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression), I figured the...
**Do you want to request a *feature* or report a *bug*?** I'm reporting a bug. **If the current behavior is a bug, please provide the steps to reproduce.** When using...
## Motivation When importing from WyW packages from within a Vite environment, the following error occurs: ``` ✘ [ERROR] No matching export in "node_modules/.pnpm/@[email protected]/node_modules/@wyw-in-js/shared/esm/IVariableContext.js" for import "IVariableContext" node_modules/.pnpm/@[email protected]/node_modules/@wyw-in-js/shared/esm/index.js:6:9: 6 │...
### Environment Node version: v22.11.0 npm version: v10.9.0 Local ESLint version: v9.17.0 (Currently used) Global ESLint version: Not found Operating System: darwin 24.1.0 ### What parser are you using? @typescript-eslint/parser...