onivim/oni

React/Redux DevTools no longer working

Open

#2.611 aberto em 4 de out. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (336 forks)batch import
developmentgood first issueinsiderregression

Métricas do repositório

Stars
 (11.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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)

Guia do colaborador