victorvess
victorvess
I originally left a comment asking why we wouldn't use Blocking, but I think I get what you're doing here... think I had just a minor tweak I suggested inline...
> I guess I was thinking if `get()` returns `None`, then the cached value has expired and that should have precedence over the `is_fresh` value. Because the Django docs [explicitly...
I was able to get things working by rolling back to `react-redux` 5.x and setting `store` explicitly in the props, so seems like a compatibility issue. I don't actually use...