I just installed Redux Dev Tools and am trying it out with a LinkedIn Learning course and ran in to a problem.
The dispatcher window does not accept the lower case h key. When I press this key on any connected keyboard nothing happens. (Uppercase H works and I can type lower case elsewhere and copy and past, I can also use the ALT+0104.)
The issue only happens with Redux DevTools instance selected from the F12 Dev Tools menu. If lunched from the icon this issue does not occur.
I disabled all other extension installed and restarted Chrome and this did not resolve the problem.
As example I was unable to type 'This' in the following:
{
type: 'CREATE_TODO',
payload: {text: "Tis is a test!" }
}
Redux Dev Tools: Version 2.17.2
System Details are:
Google Chrome is up to date
Version 93.0.4577.63 (Official Build) (64-bit)
I just installed Redux Dev Tools and am trying it out with a LinkedIn Learning course and ran in to a problem.
The dispatcher window does not accept the lower case h key. When I press this key on any connected keyboard nothing happens. (Uppercase H works and I can type lower case elsewhere and copy and past, I can also use the ALT+0104.)
The issue only happens with Redux DevTools instance selected from the F12 Dev Tools menu. If lunched from the icon this issue does not occur.
I disabled all other extension installed and restarted Chrome and this did not resolve the problem.
As example I was unable to type 'This' in the following:
Redux Dev Tools: Version 2.17.2
System Details are: Google Chrome is up to date Version 93.0.4577.63 (Official Build) (64-bit)
Related Issue: https://github.com/zalmoxisus/redux-devtools-extension/issues/575#issuecomment-716791115