gothinkster / react-mobx-realworld-example-app

Exemplary real world application built with React + MobX
https://react-mobx.realworld.io/
MIT License
1.25k stars 266 forks source link

Editor doesn't properly clear state after leaving edit article view #17

Closed cfilby closed 7 years ago

cfilby commented 7 years ago

It seems like there's a bug where the Editor view doesn't properly clear it's state. If you begin editing an article, leave the page, and then try to create a new post any time after it won't reset the editor store.

I'd be happy to look into this and submit a PR if this is something that needs addressing.