@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.108 to 0.0.109
@@ -109,6 +109,6 @@ "use strict"; | ||
if (update) { | ||
setConnections(newConnections); | ||
setConnections([...newConnections]); | ||
} | ||
}; | ||
setTimeout(updateConnections, 50); | ||
setTimeout(updateConnections, 250); | ||
}, [connections]); | ||
@@ -115,0 +115,0 @@ return react_1.default.createElement(exports.LiskClientContext.Provider, { value: { endpoints: endpointsState?.endpoints, connections, serviceClient, coreClient, legacyServiceClient } }, children); |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.108", | ||
"version": "0.0.109", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "d363e3284b3ee839a38ccaed0b0c7e7777d60030" | ||
"gitHead": "95a45d9f0bcb4d74fab793728f17dfa38fa70d5b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46688