@apollo/client@4.1.5
📦 apollo-clientView on GitHub →
🐛 2 fixes🔧 3 symbols
Summary
This patch release addresses two specific bugs: one concerning unnecessary polling in useQuery when skipped, and another regarding incorrect option application in client.query.
🐛 Bug Fixes
- Fixed an issue where useQuery would poll with pollInterval even when skip was initialized to true.
- Fixed an issue where client.query would incorrectly apply options from defaultOptions.watchQuery.