Antonio Santoro
Results
2
issues of
Antonio Santoro
### Prerequisites - [X] I have searched the existing issues - [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [X] I have read...
bug
needs triage
My client is polling my graphql backend and will stop polling whenever a condition is met. ``` React.useEffect(() => { if (condition) { transaction.stopPolling() } }, [..., transaction, ...]) ```...
⁉️ question