alt-devtool icon indicating copy to clipboard operation
alt-devtool copied to clipboard

Can't see the store object in debugger tool

Open karuppasamy opened this issue 8 years ago • 2 comments

Recently I have upgraded alt js to 0.18.1 this version. After that, I can't see any store object in the debugger tool. It's empty.

screen shot 2015-12-28 at 6 15 55 pm 1

karuppasamy avatar Dec 28 '15 10:12 karuppasamy

Any exceptions? Can you see dispatches?

goatslacker avatar Jan 28 '16 04:01 goatslacker

This might actually be related; when I reload the page I'm developing, my Store state looks like this:

screen shot 2016-02-17 at 11 55 52

But immediately after the devtool sees the first dispatch, it switches to correct rendering:

screen shot 2016-02-17 at 11 56 12

And stays like that from that point on.

Ideas?

jareware avatar Feb 17 '16 09:02 jareware