fixed missing ifmounted bug / fixed getting item when navigating directly to page

This commit is contained in:
Senad Uka
2015-01-28 05:04:45 +01:00
parent f27c29fccf
commit f8b3ef3a64
9 changed files with 109 additions and 92 deletions

View File

@@ -2,6 +2,5 @@ var keyMirror = require('react/lib/keyMirror');
// Define action constants
module.exports = keyMirror({
SELECT_ITEM: null,
LOAD_FOR_FRONTPAGE: null
});

View File

@@ -2,5 +2,5 @@ var keyMirror = require('react/lib/keyMirror');
// Define action constants
module.exports = keyMirror({
CHANGE_URL: null,
CHANGE_URL: null
});