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

Reactivity Fix #1011

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Reactivity Fix #1011

merged 1 commit into from
Mar 18, 2024

Conversation

korgon
Copy link
Contributor

@korgon korgon commented Mar 15, 2024

  • changed result.display from updating / merging display, to using a getter for display
  • result.display computed change resulted in addition of a "mask" to create display
  • fixed bug in variant selection, selection will now use previouslySelected value
  • added tests for mask, display and variants code
  • added E2E test for middleware to help prevent reactivity regressions when using result.display

@korgon korgon self-assigned this Mar 15, 2024
@korgon korgon linked an issue Mar 15, 2024 that may be closed by this pull request
@dkonieczek
Copy link
Contributor

Looks like previouslySelected functionality isn't working. To be further tested on Monday

@korgon
Copy link
Contributor Author

korgon commented Mar 18, 2024

Previously selected functionality cleared up.

@korgon korgon merged commit dbc631d into develop Mar 18, 2024
1 check passed
@korgon korgon deleted the result-display-reactivity branch March 18, 2024 16:57
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.

Reactivity and result.display
3 participants