We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Compare page grew some gnarly load/update logic in #342
Compare
This component can be ported to useEffect which will simplify the loading logic and let us delete a bunch of the tests.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
This could be done together with #111.
Sorry, something went wrong.
I guess this is blocked by upstream for now because Enzyme (shallow) does not support Hooks: enzymejs/enzyme#2011.
If we only want useEffect, we might only need to wait on facebook/react#15275
useEffect
No branches or pull requests
The
Compare
page grew some gnarly load/update logic in #342This component can be ported to useEffect which will simplify the loading logic and let us delete a bunch of the tests.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: