onivim/oni

React/Redux DevTools no longer working

Offen

#2.611 geöffnet am 04.10.2018

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (297 Forks)batch import
developmentgood first issueinsiderregression

Repository-Metriken

Stars
 (11.246 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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)

Contributor Guide