cboard
cboard copied to clipboard
Fix/Board navigation inconsistencies
close #1454 . Whit this solution the componentDidMount will execute complete and set the first board with the last activeBoard saved on redux state. The inconsistence behavior will continue just when the await this.tryRemoteBoard(id);
is called.
If exist changes on the api objects will be handled by UNSAFE_componentWilllReceiveProps lyfecycle method.