Closed winkler1 closed 9 years ago
It's missing some css. I'll be repacking soon with the added css.
For me the dispatch logging is not working either, but the snapshot button works. In the stores tab the stores get their initial values, but do not get updated. With Windows 8, Chrome Version 43.0.2357.73 beta-m (64-bit) and alt 0.16.6 the console logs:
Uncaught TypeError: alt.createUnsavedStore is not a function makeFinalStore @ altif.js:48
@winkler1 I've added the css, try the new url. Don't download from cdn since it has the cached version which is old.
@kiia is the extension you have the same one that's currently in the repo?
I used this link from the wiki https://github.com/goatslacker/alt-devtool/raw/master/dist/alt-dev.crx
@kiia I think I may know why it's not working (alt is undefined in your case), first I have to figure out why it's working for me and I can't repro.
Mhh, I can't reproduce it anymore either, it started just working! The only difference is the app I've been working on and a Windows restart in between.
oh ok a Windows restart, I should add that to the docs :)
Updated crx.
Was able to do "window["alt.js.org"] = alt;' and get the snapshot button to work... but none of the dispatch logging seems to fire. Seems pretty useful if it did :)