zalmoxisus / zalmoxisus.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working examples of Redux DevTools

hex13 opened this issue · comments

There are wrong urls for examples:

  1. go to:
    http://zalmoxisus.github.io/redux-devtools-extension/FAQ.html#how-to-get-it-work
    click two links from:
    Counter or TodoMVC demo.
    you will have 404 error

Links refer to these urls:
http://zalmoxisus.github.io/redux-devtools-extension/examples/counter/
http://zalmoxisus.github.io/redux-devtools-extension/examples/todomvc/
and in reality examples are on this urls:
http://zalmoxisus.github.io/examples/counter/
http://zalmoxisus.github.io/examples/todomvc/

  1. first example doesn't work, it has errors in console (Google Chrome):
Uncaught TypeError: (0 , _configureStore.isMonitorAction) is not a function(…)
3http://zalmoxisus.github.io/__webpack_hmr Failed to load resource: the server responded with a status of 404 (Not Found)
/__webpack_hmr:1 GET http://zalmoxisus.github.io/__webpack_hmr 
/__webpack_hmr:1 GET http://zalmoxisus.github.io/__webpack_hmr 
/__webpack_hmr:1 GET http://zalmoxisus.github.io/__webpack_hmr 

second example does display "list of todos" but also has errors in console:
/__webpack_hmr:1 GET http://zalmoxisus.github.io/__webpack_hmr
(it's red GET:

image
)

Setting: I don't have ReduxDevTools installed in browser, I don't know if this could be cause of errors (but these TodoMVC and Counter examples should inform me what is wrong anyway).

Thanks for the report! I updated the links and examples.