Radoslav Karlík

Results 8 comments of Radoslav Karlík

I could as well reproduce it with the cmd+enter. With both this and `react-hotkeys-ce` package. In my case, the child component consumes the cmd+enter event with its enter handler and...

I can reproduce this even if the app never re-renders. The handling stops working after pressing the enter key. It does not have to be defined in the keymap either....

Happened to me after upgrading the stealth plugin and puppeteer-extra. It is listed as a regular dependency though, not a peer-dependency which is just weird. The same for data-dir plugin.

Does it make sense to turn snake_case keys into camelCase? It feels weird to me to introduce a different notation in the Rust project so I created my own proxy...

The new version fixed it for me, indeed.

Even if installed via dependencies, v2.0.0 still does not work.

The workaround does not work for me. Is it even possible to programmatically focus the `TextField` component?

I am having the same or similar problem and found it started happening with npm 8.5.0 (node 16.14.1) because when I downgrade to 8.3.1 (that came with node 16.14.1) while...