wombats-writing-code / fbw-components

Fly-by-Wire components for building user interfaces
http://fbw.mit.edu
MIT License
0 stars 1 forks source link

InstructorApp: UX: if you select a mission on the sidebar when addMission is rendered, get mount conflicts? #7

Closed coleshaw closed 8 years ago

coleshaw commented 8 years ago

If you touch "Add Mission" and then click on an existing mission in the sidebar, you start getting warnings about "setState() can only update a mounted or mounting component". We should fix that and figure out where it's coming from...most likely one of the components (Add Mission?) is not getting unmounted properly.

luwen-huang commented 8 years ago

I can't replicate this. steps: 1) tapped on 'Add Mission' 2) tapped on existing mission in sidebar

--> no warnings.

coleshaw commented 8 years ago

Perhaps I inadvertently fixed this already, haha...closing for now. Keep an eye on this, though.