@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.134 to 0.0.135
@@ -122,5 +122,7 @@ "use strict"; | ||
return (react_1.default.createElement(exports.LiskClientContext.Provider, { value: react_1.useMemo(() => { | ||
const endpoints = endpointsState.endpoints | ||
? endpointsState.endpoints | ||
: []; | ||
return { | ||
endpoints: endpointsState?.endpoints || | ||
[], | ||
endpoints, | ||
connections, | ||
@@ -132,3 +134,3 @@ serviceClient, | ||
}, [ | ||
endpointsState?.endpoints, | ||
endpointsState, | ||
connections, | ||
@@ -135,0 +137,0 @@ serviceClient, |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.134", | ||
"version": "0.0.135", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "adb53fc0bf291f622f9b60633fa13883c6b117a3" | ||
"gitHead": "8dcb788324d20f3ed780ee66b51a46a26e65f760" | ||
} |
Sorry, the diff of this file is not supported yet
52233
802