@apollo/client@4.2.8
📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release improves the behavior of the connectToDevtools function by preventing unnecessary setTimeout calls in non-browser environments. This change enhances test stability and avoids potential issues in test setups.
🐛 Bug Fixes
- Prevented the setTimeout in connectToDevtools from firing in non-Chrome/Firefox user agents, improving test stability by ensuring the timer doesn't outlive test environments.