rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

Error appears in wrong page #69

Open niqt opened 5 years ago

niqt commented 5 years ago

If i change something in the Article Decoder, when i insert a new Article, the error of the decoder appers in the editor "view" but really the error is in single Article view. From my point of view it's bad user experience for the user because the error is not in saving but in loading.