Ivan Banov

Results 27 comments of Ivan Banov

@gregogun I only have a `tsconfig.json` in the root @Gorthog if I understood [this comment](https://github.com/microsoft/TypeScript/issues/48212#issuecomment-1205888829) correctly, TS resolves the transitive dependencies as "out of the project" and can not simply...

@benoitgrelard Would you be open for contributions here? Im using radix with adobe-aria (usePress) and things get hairy when mixing things like ```js // button using usePress ``` Having a...

For adobe-aria, there was a PR to enable `continuePropagation` that may fix some of the issues https://github.com/adobe/react-spectrum/pull/4683

@devongovett `onPointerDown` never bubbles and radix needs it to close the DropdownMenu for example https://codesandbox.io/s/radix-with-adobe-fail-gcv5nf?file=/src/App.js

even though it's possible to be achieved on the user side it would be very handy to have such feature coming straight from the framework without the need for wiring...

probably the same root cause of the other issues: https://github.com/stitchesjs/stitches/issues/885 https://github.com/stitchesjs/stitches/issues/913 https://github.com/stitchesjs/stitches/issues/976 https://github.com/stitchesjs/stitches/issues/1060

It may sound crazy but it is already possible, it's a bit hacky buuut anyway, stitches config is mutable and you can change it before starting the `app` consuming your...