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

Results 10 alt-devtool issues
Sort by recently updated
recently updated
newest added

The **alt-devtool** by default shows nothing. No _Stores_, No _Dispatches_. Only if I `console.log` the _Store_, ```js console.log(MyStore) ``` then the _Store_ is visible in the _devtools_. I am not...

i can't catch the alt with alt-devtool i fixed alt-tutorial to o.18(alt)

Hi! I am using webpack and meteor. Alt-devtool do not see any alt instance. Is it because webpack hides alt in other functions? How to make Alt-devtool working with webpack?

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.

![2016-02-04 1 39 36](https://cloud.githubusercontent.com/assets/5698928/12805966/da85f918-cb44-11e5-928e-70798048da86.png) I'm using Iso. At first load, all Dispatches and all Stores are strings. But after at least one action, all Stores are changing object, but dispatches...

The react devtools have a way to connect to a react instance in an iframe (using `__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__`). Is there any way to do that for alt? I have...

When the dev tool is launched in an undocked window with a given size, it uses that size for his own rendering space, but it doesn't update that when you...

- Moves over the necessary files minus the source and the dot files into a separate folder - Zips that folder

When the `log dispatches` checkbox is checked, dispatches are _not_ logged. When it is not checked, they are.

At least having any specific chrome integration points isolated from the primary devtool would be awesome to add support in later with another `browserify` command or entry point.