nopol10

Results 22 comments of nopol10

> Any update on this? switching to https://github.com/hindmost/reduxed-chrome-storage worked out for me

> > switching to https://github.com/hindmost/reduxed-chrome-storage worked out for me > > Do you have an example for using `reduxed-chrome-storage`? I am uncertain this solution will work properly as it's not...

From reduxed-chrome-storage's medium post (https://levelup.gitconnected.com/using-redux-in-event-driven-chrome-extensions-problem-solution-30eed1207a42): ![image](https://user-images.githubusercontent.com/314281/165922541-c382f09e-c08c-49db-9b8d-07ab53f6893b.png) Actions do not go through the background script any more. Content script has its own store, background service worker has its own store and...

> ... > // hello-world.js > import dynamic from 'next/dynamic' > > const CodeEditor = dynamic( > () => import('../../components/code-editor'), > { ssr: false }, > ) > > export...

Not sure if I should start a new issue but is there any chance for the the highest priority item to be to update the package published in npm to...

Try the react-hotkeys-ce package on npm. It has the latest code from this repo and most probably contains a fix for this.

Are you guys still having this problem? I was having an issue with nothing working after pressing spacebar and had to refocus the element to restore hotkey functionalities. I was...

This happens when I try to wrap Pane in a styled component. Using Pane on its own resolves the issue

I encountered the issue with low performance and eventual running out of memory on certain intensive subs when supplying a custom canvas and calling `setCurrentTime` through `requestAnimationFrame` manually as I...

Does `secrets: inherit` solve this issue? Works for me but I'm not using it with Environments. https://github.blog/changelog/2022-05-03-github-actions-simplify-using-secrets-with-reusable-workflows/ https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsecretsinherit