Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular state inspector not working anymore

Has anyone came accross this issue. All I remeber is updating chrome but since then the wonderfull add-on angular state inspector is not working properly. The state tab, which used to show is empty. I have looked around for a solution but no one seems to have reported this anywhere.I am using Chrome Version 92.0.4515.10 , angular 11 and 9. I also tried in edge and got the same issue. I thought it was because angular build was by default using production enviroment config, but it wasn't the case. Specifying development configutation on the build command did not help.

screenshot

like image 780
webicy Avatar asked Mar 09 '26 12:03

webicy


1 Answers

It's caused by recent chrome update https://github.com/anton-lunev/angular-state-inspector/issues/17

The worksround is to select element in chrome dev tools and run $state in console. it returns the state of selected node

like image 195
Random Avatar answered Mar 12 '26 02:03

Random