Alex
Alex
@Saandji I think it's the part of [this commit](https://github.com/alexfedoseev/dotfiles/commit/944c54500794f84c9accbe48267ea955bf230985), but I don't use it anymore. I do this stuff using Alfred and OSA scripts API these days ([example](https://github.com/alexfedoseev/dotfiles/blob/master/.iterm/layouts/projects/blog))
Same here. Chrysalis 0.11.3 macOS 12.6 with Logitech MX Master 3S mouse (Logi Options+)
In the Firmware Update, I see this (I'm not sure if I should try to update)
Another thing that might matter is that I connect my Model100 via TP-Link UH700 USB Hub.
Same here. Today it works. It was, probably, a weekend already. What are Chrysalis's working days?
I use it this way: ``` js isSomething ? : ``` And it fails w/o: ``` js /* eslint react/jsx-indent-props: 0, react/jsx-closing-bracket-location: 0 */ ```
It would be very unfortunate b/c I will need to clone all interactive elements in components library to make them findable in integration tests.
One more case I faced today: I'm almost finished bindings to `react-beautiful-dnd` and I ended up cloning every droppable & draggable element on application side b/c this lib requires specific...
Guessing not zero cost. Workaround from @yawaramin works pretty well until there’s official solution: ```reason module WithTestId = { [@react.component] let make = (~id: string, ~children) => ReasonReact.cloneElement(children, ~props={"data-test-id": id},...
I don't think you can do this (well, you can, but you shouldn't), b/c `react` is not aware of what `draggable` does to your DOM nodes so `react` is unable...