qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

Error when trying to load body on dataset page #451

Closed ramfox closed 5 years ago

ramfox commented 5 years ago

If you try to load body on the dataset page, if the body sends back and error, the next time you get to componentWillReceiveProps, there is nothing to show that we already attempted to load the body. So it attempts to load it again.

We need a place to record that there was an error loading the body, and if so, do not try to load the body again.