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 issue where Appeal Challenge Commit / Reveal cards would instantiate unexpectedly #844

Merged
merged 2 commits into from
Jan 31, 2019

Conversation

am9u
Copy link
Contributor

@am9u am9u commented Jan 31, 2019

This update applies HOC components outside render methods for various Appeal /Appeal Challenge states.

If the HOC is applied inside the render method, this causes the generated components to re-instantiate each time, which is the cause of the "flipping back" bug.

Appeal Challenge states.

If the HOC is applied inside the `render` method, this causes the
generated components to re-instatiate each time, which is the cause of
the "flipping back" bug.
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.

2 participants