Results 10 comments of Dmitriy Davydov

When I run `tsc --noEmit` in my project that uses `antd ^4.0.1` I get the error: ``` node_modules/rc-field-form/lib/Form.d.ts(18,27): error TS2694: Namespace 'React' has no exported member 'ForwardRefRenderFunction'. ``` My `tsconfig.json`:...

This bug bit me too late. I have routes in constants outside of function components. And nested routing produces re-rendering of the parent component when I switch to one of...

@rubenspgcavalcante please accept this PR 🙏

Hi, have you tried the setting that disables auto switching to the most recently visited tab on closing of the active one?

This behaviour can cause problems. For example a number of opened tabs in the browser is 10 and the max number of tabs that is visible in a popup is...

Thanks for reporting this. Personally I don't use the Tab suspender. But I use very similar extension [Tab wrangler](https://chrome.google.com/webstore/detail/tab-wrangler/egnjhciaieeiiohknchakcodbpgjnchh). I don't know what is a suspended tab means, but if...

That is a good question, I don't really have an answer, but I think you need some keyboard customizer similar to [Karabiner](https://karabiner-elements.pqrs.org/). You basically need to map `Ctrl+Tab` to `Alt+Y`...

@zim0369 thanks for pointing out to [KeyboardShortcuts](https://chrome.google.com/webstore/detail/keyboard-shortcuts/lplcmnhgijkkmflbmhabnccgelffpnog/related?hl=en) extension. The problem with it as any other Chrome extension is that it can't remap build-in browser shortcuts, it can only add alternatives...

**UPDATE**: The solution works when the `chrome.action.openPopup()` is evaluated using Puppeteer, but not directly in Chrome's background (service-worker) page. 🥳 Here is the result of the script execution in `Chrome...

My ISO keyboard has an issue where the ``[]~\`` key (non_us_backslash) is swapped with the `±§` key (grave_accent_and_tilde). To fix this unexpected swap, I remapped the keys.