Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpgon/stoppollingerror

Reproduction of the stopPolling error on react apollo 3.1.0
https://github.com/mpgon/stoppollingerror

Last synced: 2 days ago
JSON representation

Reproduction of the stopPolling error on react apollo 3.1.0

Awesome Lists containing this project

README

        

## How to reproduce

```
yarn
yarn test
```

test should pass

change package.json from

```
"@apollo/react-testing": "3.0.1",
"@apollo/react-hooks": "3.0.1",
```

to

```
"@apollo/react-testing": "3.1.0",
"@apollo/react-hooks": "3.1.0",
```

```
yarn
yarn test
```

test should fail