sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.58k stars 524 forks source link

Fix using the redux devtool extension #639

Closed MasterOdin closed 3 years ago

MasterOdin commented 3 years ago

The redux devtool was not being properly loaded, rendering it useless.

Unfortunately, the devtool does have a bug where it uses APIs that are not in electron causing an error in the console (see #767), but the extension still works properly for the most part.