onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.34k stars 298 forks source link

React/Redux DevTools no longer working #2611

Open akinsho opened 6 years ago

akinsho commented 6 years ago

The react and redux devtools seem to have regressed and are no longer available in dev. I think this might be due to a broken env variable OR the package might have changed and does not export the tools in the same way anymore.

My suggestion for anyone looking to tackle this would be to have a look at the DevToolsInstaller and confirm that the installer is being called and that the tools are correctly imported (I suspect they are undefined as we using a dynamic import which is likely broken due to a recent webpack upgrade)

CrossR commented 6 years ago

I've swapped the title for this, since at first I assumed this meant the built in dev tools had broken.

marcagba commented 5 years ago

Happy new year ! <(^_^)> @Akin909 @CrossR I successfully used the react/redux devtools on Oni v0.3.9. Anyone could confirm he is able to use its as well ?