You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
I'm getting a bunch of errors in my test suite when upgrading from @apollo/react-hooks from 3.1.4 to 3.1.5. The errors are different every run, so I'm guessing it's stemming from some async change causing one test to fail, leading to a cascade of other failing tests. I'm trying to see what might have changed between these two versions, but the only changelog I'm finding (https://github.com/apollographql/react-apollo/blob/master/Changelog.md) doesn't have 3.1.4or3.1.5 listed.
Any chance we could get that updated? Thanks!!
EDIT: I also notice that @apollo/react-hooks has 3.1.5 on npm, but @apollo/react-testing and @apollo/react-common have a newest release of 3.1.4. I have no idea if that is related, but it seemed surprising to me since as far as I can tell they are all in this repository and there is a [email protected] tag. Thought I would mention it just in case
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting a bunch of errors in my test suite when upgrading from
@apollo/react-hooks
from3.1.4
to3.1.5
. The errors are different every run, so I'm guessing it's stemming from someasync
change causing one test to fail, leading to a cascade of other failing tests. I'm trying to see what might have changed between these two versions, but the only changelog I'm finding (https://github.com/apollographql/react-apollo/blob/master/Changelog.md) doesn't have3.1.4
or3.1.5
listed.Any chance we could get that updated? Thanks!!
EDIT: I also notice that
@apollo/react-hooks
has3.1.5
on npm, but@apollo/react-testing
and@apollo/react-common
have a newest release of3.1.4
. I have no idea if that is related, but it seemed surprising to me since as far as I can tell they are all in this repository and there is a[email protected]
tag. Thought I would mention it just in caseThe text was updated successfully, but these errors were encountered: