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 switching tabs #523 #530

Closed
wants to merge 3 commits into from
Closed

Conversation

BruceRodrigues
Copy link

Ticket

Closes #523

Reviewers

@.

Changes

  • Syncing state changes with the entity which made the request

Definition of Done (from ticket)

QA steps (optional)

Known Issues

TL;DR: The state management of the application is getting complex. I think the app would beneficiate a lot from the use of redux.
A lot of components are kept mounted on the listing page when tabs change (Index, TableCreator, Table, ComponentCreator) and almost all of these components have dependencies of the current entity and the request's response, but if they change out of sync we get errors like the one described on the issue.

@NoopDog
Copy link
Member

NoopDog commented Sep 12, 2022

outdated closing

@NoopDog NoopDog closed this Sep 12, 2022
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.

Error switching tabs using "build"
2 participants