Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mpgon/stoppollingerror
- Owner: mpgon
- Created: 2019-09-10T14:52:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:46:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T04:09:03.177Z (about 1 month ago)
- Language: HTML
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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