@dubsdotapp/expo 0.2.73 → 0.2.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3170,11 +3170,11 @@ function DubsProvider({
|
|
|
3170
3170
|
setUiConfig({});
|
|
3171
3171
|
});
|
|
3172
3172
|
}, [client]);
|
|
3173
|
-
if (uiConfig === null) return null;
|
|
3174
3173
|
const resolvedConfig = NETWORK_CONFIG[resolvedNetwork];
|
|
3175
3174
|
const resolvedRpcUrl = rpcUrlOverride || resolvedConfig.rpcUrl;
|
|
3176
3175
|
const cluster = resolvedConfig.cluster;
|
|
3177
3176
|
const connection = (0, import_react18.useMemo)(() => new import_web34.Connection(resolvedRpcUrl, { commitment: "confirmed" }), [resolvedRpcUrl]);
|
|
3177
|
+
if (uiConfig === null) return null;
|
|
3178
3178
|
const themeOverrides = {};
|
|
3179
3179
|
if (uiConfig.accentColor) {
|
|
3180
3180
|
themeOverrides.accent = uiConfig.accentColor;
|