cboard icon indicating copy to clipboard operation
cboard copied to clipboard

Fix/Board navigation inconsistencies

Open RodriSanchez1 opened this issue 1 year ago • 0 comments

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.

RodriSanchez1 avatar Apr 18 '23 19:04 RodriSanchez1