Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/Board navigation inconsistencies #1456

Conversation

RodriSanchez1
Copy link
Collaborator

@RodriSanchez1 RodriSanchez1 commented Apr 18, 2023

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 RodriSanchez1 added this to the 1.34.0 milestone May 17, 2024
@RodriSanchez1 RodriSanchez1 merged commit ab39070 into cboard-org:master May 17, 2024
5 checks passed
@RodriSanchez1 RodriSanchez1 deleted the fix/InconsistenciesBoardNavigation branch May 17, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistencies with Board Navigation
2 participants