This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/reducers/entities.js b/reducers/entities.js | |
index 3cf689d..764be35 100644 | |
--- a/reducers/entities.js | |
+++ b/reducers/entities.js | |
@@ -87,7 +87,10 @@ function storeVideos(state, { payload }) { | |
} | |
const normalShow = normalizeShow(payload, getRelationship(payload, video, 'show')); | |
newState[normalVideo.id] = normalVideo; | |
- newState[normalShow.id] = normalShow; | |
+ // VideoList may have stale Show entities, do not overwrite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then for each row, I should see some "FOOD" | |
| FOOD | | |
| Cheese | | |
| Carob Chips | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then the page should display either | |
| Cat | | |
| Dog | | |
| Mouse | |
OlderNewer