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

Moreiraj/vir 794 race condition when loading settings in #2312

Conversation

OfficialArms
Copy link
Contributor

State.account.data was previously not considered to determine the value of the ready prop. This lead to issues where other components that depended on that data, like the sample creation page, would attempt to access it before it had been loaded.

* In addition setValue input names were updated to the expected setFieldValue to be more intuitive
This change prevents onClick events from being fired with stale data
- Previously on submission all values of the form would be reset to the initial values.
@igboyes
Copy link
Member

igboyes commented Jun 16, 2021

This needs to be based of the develop branch and contain only the commits related to the issue. I suggest:

  1. Create new branch from develop.
  2. Cherry pick e9f0f59 from existing branch to new branch.
  3. Open new PR.

@igboyes igboyes closed this Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants