zalmoxisus / redux-devtools-extension

Redux DevTools extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: this.props.stateTreeSettings is undefined

lepirlouit opened this issue · comments

On firefox/ubuntu 22.04

I got a blank page in the redux developer tools, but works fine when I right click and display "To Left"

these are the two errors in the DevConsole of the extention

TypeError: this.props.stateTreeSettings is undefined devpanel.bundle.js:2:787387
Uncaught TypeError: this.props.stateTreeSettings is undefined devpanel.bundle.js:1527:40006

This also happen when I switch from "chart" to "tree" view

Thanks for the issue! Looks like you're running into the same issue as reduxjs/redux-devtools#1480 and reduxjs/redux-devtools#1481. I've made a fix in reduxjs/redux-devtools#1486 and am working on getting it released.

sorry for the duplicate, thanks for the fix !