mpgon / stopPollingError

Reproduction of the stopPolling error on react apollo 3.1.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reproduction of the stopPolling error on react apollo 3.1.0


Languages

Language:HTML 57.0%Language:JavaScript 43.0%