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
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 react-apollo@3.1.5 tag. Thought I would mention it just in case
I'm getting a bunch of errors in my test suite when upgrading from
@apollo/react-hooksfrom3.1.4to3.1.5. The errors are different every run, so I'm guessing it's stemming from someasyncchange 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.4or3.1.5listed.Any chance we could get that updated? Thanks!!
EDIT: I also notice that
@apollo/react-hookshas3.1.5on npm, but@apollo/react-testingand@apollo/react-commonhave 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 areact-apollo@3.1.5tag. Thought I would mention it just in case