We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b30cf commit dc8281aCopy full SHA for dc8281a
src/client/packages/idom-client-react/src/mount.js
@@ -92,11 +92,6 @@ function _nextReconnectTimeout(maxReconnectTimeout, mountState) {
92
Math.floor(Math.random() * mountState.reconnectTimeoutRange) || 1;
93
mountState.reconnectTimeoutRange =
94
(mountState.reconnectTimeoutRange + 5) % maxReconnectTimeout;
95
- if (mountState.reconnectAttempts === 4) {
96
- window.alert(
97
- "Server connection was lost. Attempts to reconnect are being made in the background."
98
- );
99
- }
100
return timeout;
101
}
102
0 commit comments