@dynamic-labs/sdk-react-core 4.19.6 → 4.19.7
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/CHANGELOG.md +14 -0
- package/package.cjs +2 -1
- package/package.js +2 -1
- package/package.json +12 -11
- package/src/functions.d.ts +1 -0
- package/src/lib/client/client.cjs +19 -0
- package/src/lib/client/client.d.ts +8 -0
- package/src/lib/client/client.js +11 -0
- package/src/lib/client/extension/constants.cjs +12 -0
- package/src/lib/client/extension/constants.d.ts +5 -0
- package/src/lib/client/extension/constants.js +8 -0
- package/src/lib/client/extension/index.d.ts +1 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/MockedFetchError.cjs +14 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/MockedFetchError.d.ts +4 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/MockedFetchError.js +10 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/fetchOverride.cjs +29 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/fetchOverride.d.ts +7 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/fetchOverride.js +25 -0
- package/src/lib/client/extension/useInitializeSdkClient/fetchOverride/index.d.ts +1 -0
- package/src/lib/client/extension/useInitializeSdkClient/index.d.ts +1 -0
- package/src/lib/client/extension/useInitializeSdkClient/useInitializeSdkClient.cjs +30 -0
- package/src/lib/client/extension/useInitializeSdkClient/useInitializeSdkClient.d.ts +2 -0
- package/src/lib/client/extension/useInitializeSdkClient/useInitializeSdkClient.js +26 -0
- package/src/lib/client/extension/utils/useClientState/index.d.ts +1 -0
- package/src/lib/client/extension/utils/useClientState/useClientState.d.ts +2 -0
- package/src/lib/context/DynamicContext/DynamicContext.cjs +3 -0
- package/src/lib/context/DynamicContext/DynamicContext.js +3 -0
- package/src/lib/styles/index.shadow.cjs +1 -1
- package/src/lib/styles/index.shadow.js +1 -1
- package/src/lib/utils/functions/getSessionInformation/getSessionInformation.cjs +4 -1
- package/src/lib/utils/functions/getSessionInformation/getSessionInformation.js +4 -1
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/unsetInitialWalletVerificationFlag/unsetInitialWalletVerificationFlag.cjs +9 -6
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/unsetInitialWalletVerificationFlag/unsetInitialWalletVerificationFlag.d.ts +8 -0
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/unsetInitialWalletVerificationFlag/unsetInitialWalletVerificationFlag.js +8 -7
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.cjs +3 -2
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.js +4 -3
- package/src/lib/utils/hooks/useDynamicWaas/useDynamicWaas.cjs +4 -1
- package/src/lib/utils/hooks/useDynamicWaas/useDynamicWaas.d.ts +1 -0
- package/src/lib/utils/hooks/useDynamicWaas/useDynamicWaas.js +4 -1
- package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.cjs +15 -88
- package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.js +15 -88
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.19.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.19.6...v4.19.7) (2025-06-06)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add util to find waas wallets ([#8871](https://github.com/dynamic-labs/dynamic-auth/issues/8871)) ([2d7114e](https://github.com/dynamic-labs/dynamic-auth/commit/2d7114e51f5badf1d04600597f1fd9433fabf3d0))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* make sure smart account is deployed before creating sessions ([#8894](https://github.com/dynamic-labs/dynamic-auth/issues/8894)) ([5ba3d23](https://github.com/dynamic-labs/dynamic-auth/commit/5ba3d23bb8ef7c7438809128c8ef74c390ba1d48))
|
|
13
|
+
* only deploy zksync smart account if not deployed ([#8840](https://github.com/dynamic-labs/dynamic-auth/issues/8840)) ([66a306a](https://github.com/dynamic-labs/dynamic-auth/commit/66a306aaee25c58f685fa050a5d6aea79b196fce))
|
|
14
|
+
* primary wallet loading time when using React 19 ([#8896](https://github.com/dynamic-labs/dynamic-auth/issues/8896)) ([f5690f3](https://github.com/dynamic-labs/dynamic-auth/commit/f5690f31012e8fc6a5650423d4ece6c04f7c1811))
|
|
15
|
+
|
|
2
16
|
### [4.19.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.19.5...v4.19.6) (2025-06-04)
|
|
3
17
|
|
|
4
18
|
|
package/package.cjs
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
|
|
6
|
-
var version = "4.19.
|
|
6
|
+
var version = "4.19.7";
|
|
7
7
|
var dependencies = {
|
|
8
8
|
"@dynamic-labs/sdk-api-core": "0.0.681",
|
|
9
|
+
"@dynamic-labs-sdk/client": "0.0.1-alpha.5",
|
|
9
10
|
"@hcaptcha/react-hcaptcha": "1.4.4",
|
|
10
11
|
"@thumbmarkjs/thumbmarkjs": "0.16.0",
|
|
11
12
|
"country-list": "2.3.0",
|
package/package.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
'use client'
|
|
2
|
-
var version = "4.19.
|
|
2
|
+
var version = "4.19.7";
|
|
3
3
|
var dependencies = {
|
|
4
4
|
"@dynamic-labs/sdk-api-core": "0.0.681",
|
|
5
|
+
"@dynamic-labs-sdk/client": "0.0.1-alpha.5",
|
|
5
6
|
"@hcaptcha/react-hcaptcha": "1.4.4",
|
|
6
7
|
"@thumbmarkjs/thumbmarkjs": "0.16.0",
|
|
7
8
|
"country-list": "2.3.0",
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/sdk-react-core",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.7",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@dynamic-labs/sdk-api-core": "0.0.681",
|
|
6
|
+
"@dynamic-labs-sdk/client": "0.0.1-alpha.5",
|
|
6
7
|
"@hcaptcha/react-hcaptcha": "1.4.4",
|
|
7
8
|
"@thumbmarkjs/thumbmarkjs": "0.16.0",
|
|
8
9
|
"country-list": "2.3.0",
|
|
@@ -14,16 +15,16 @@
|
|
|
14
15
|
"yup": "0.32.11",
|
|
15
16
|
"react-international-phone": "4.2.5",
|
|
16
17
|
"bs58": "5.0.0",
|
|
17
|
-
"@dynamic-labs/assert-package-version": "4.19.
|
|
18
|
-
"@dynamic-labs/iconic": "4.19.
|
|
19
|
-
"@dynamic-labs/logger": "4.19.
|
|
20
|
-
"@dynamic-labs/multi-wallet": "4.19.
|
|
21
|
-
"@dynamic-labs/rpc-providers": "4.19.
|
|
22
|
-
"@dynamic-labs/store": "4.19.
|
|
23
|
-
"@dynamic-labs/types": "4.19.
|
|
24
|
-
"@dynamic-labs/utils": "4.19.
|
|
25
|
-
"@dynamic-labs/wallet-book": "4.19.
|
|
26
|
-
"@dynamic-labs/wallet-connector-core": "4.19.
|
|
18
|
+
"@dynamic-labs/assert-package-version": "4.19.7",
|
|
19
|
+
"@dynamic-labs/iconic": "4.19.7",
|
|
20
|
+
"@dynamic-labs/logger": "4.19.7",
|
|
21
|
+
"@dynamic-labs/multi-wallet": "4.19.7",
|
|
22
|
+
"@dynamic-labs/rpc-providers": "4.19.7",
|
|
23
|
+
"@dynamic-labs/store": "4.19.7",
|
|
24
|
+
"@dynamic-labs/types": "4.19.7",
|
|
25
|
+
"@dynamic-labs/utils": "4.19.7",
|
|
26
|
+
"@dynamic-labs/wallet-book": "4.19.7",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "4.19.7",
|
|
27
28
|
"eventemitter3": "5.0.1"
|
|
28
29
|
},
|
|
29
30
|
"devDependencies": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { getProjectSettings } from './lib/store/state/projectSettings';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
require('react');
|
|
7
|
+
var EventEmitter = require('eventemitter3');
|
|
8
|
+
require('@dynamic-labs/utils');
|
|
9
|
+
|
|
10
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11
|
+
|
|
12
|
+
var EventEmitter__default = /*#__PURE__*/_interopDefaultLegacy(EventEmitter);
|
|
13
|
+
|
|
14
|
+
const clientEmitter = new EventEmitter__default["default"]();
|
|
15
|
+
const setClient = (newClient) => {
|
|
16
|
+
clientEmitter.emit('changed', newClient);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
exports.setClient = setClient;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DynamicClient } from '@dynamic-labs-sdk/client';
|
|
2
|
+
export declare const setClient: (newClient: DynamicClient) => void;
|
|
3
|
+
export declare const getClient: () => DynamicClient;
|
|
4
|
+
/**
|
|
5
|
+
* Not many customers will ever change the client mid execution, but demo v2 will.
|
|
6
|
+
* That means we need hooks that can react to client changes.
|
|
7
|
+
*/
|
|
8
|
+
export declare const useClient: () => DynamicClient;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import 'react';
|
|
3
|
+
import EventEmitter from 'eventemitter3';
|
|
4
|
+
import '@dynamic-labs/utils';
|
|
5
|
+
|
|
6
|
+
const clientEmitter = new EventEmitter();
|
|
7
|
+
const setClient = (newClient) => {
|
|
8
|
+
clientEmitter.emit('changed', newClient);
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { setClient };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* The name for the extension that this package creates to
|
|
8
|
+
* integrate with the Client SDK.
|
|
9
|
+
*/
|
|
10
|
+
const CLIENT_EXTENSION_NAME = 'sdk-react-core-integration';
|
|
11
|
+
|
|
12
|
+
exports.CLIENT_EXTENSION_NAME = CLIENT_EXTENSION_NAME;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useInitializeSdkClient } from './useInitializeSdkClient';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
var utils = require('@dynamic-labs/utils');
|
|
7
|
+
|
|
8
|
+
class MockedFetchError extends utils.DynamicError {
|
|
9
|
+
constructor(req) {
|
|
10
|
+
super(`MockedFetchError — the Dynamic SDK Client request is being mocked: ${req.toString()}`);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
exports.MockedFetchError = MockedFetchError;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import { DynamicError } from '@dynamic-labs/utils';
|
|
3
|
+
|
|
4
|
+
class MockedFetchError extends DynamicError {
|
|
5
|
+
constructor(req) {
|
|
6
|
+
super(`MockedFetchError — the Dynamic SDK Client request is being mocked: ${req.toString()}`);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export { MockedFetchError };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
var _tslib = require('../../../../../../_virtual/_tslib.cjs');
|
|
7
|
+
var MockedFetchError = require('./MockedFetchError.cjs');
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Applies mock responses to requests that are not expected to be while in dog-feeding phase of the SDK.
|
|
11
|
+
*
|
|
12
|
+
* While dog-feeding is not complete, we must keep the client from doing anything other than
|
|
13
|
+
* what it should be doing.
|
|
14
|
+
*/
|
|
15
|
+
const fetchOverride = (req) => _tslib.__awaiter(void 0, void 0, void 0, function* () {
|
|
16
|
+
// For now, we are handling JWT revoke in sdk-react-core.
|
|
17
|
+
if (req.toString().includes('revoke')) {
|
|
18
|
+
return new Response(null, { status: 200 });
|
|
19
|
+
}
|
|
20
|
+
// This endpoint is frequently hit so we mock it directly instead of returning the MockedFetchError
|
|
21
|
+
// to avoid spamming the console with errors.
|
|
22
|
+
if (req.toString().includes('settings')) {
|
|
23
|
+
return new Response(JSON.stringify(null), { status: 200 });
|
|
24
|
+
}
|
|
25
|
+
// Any other requests would be unexpected, so we throw an error to ensure they get visibility.
|
|
26
|
+
throw new MockedFetchError.MockedFetchError(req);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
exports.fetchOverride = fetchOverride;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Applies mock responses to requests that are not expected to be while in dog-feeding phase of the SDK.
|
|
3
|
+
*
|
|
4
|
+
* While dog-feeding is not complete, we must keep the client from doing anything other than
|
|
5
|
+
* what it should be doing.
|
|
6
|
+
*/
|
|
7
|
+
export declare const fetchOverride: (req: RequestInfo) => Promise<Response>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import { __awaiter } from '../../../../../../_virtual/_tslib.js';
|
|
3
|
+
import { MockedFetchError } from './MockedFetchError.js';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Applies mock responses to requests that are not expected to be while in dog-feeding phase of the SDK.
|
|
7
|
+
*
|
|
8
|
+
* While dog-feeding is not complete, we must keep the client from doing anything other than
|
|
9
|
+
* what it should be doing.
|
|
10
|
+
*/
|
|
11
|
+
const fetchOverride = (req) => __awaiter(void 0, void 0, void 0, function* () {
|
|
12
|
+
// For now, we are handling JWT revoke in sdk-react-core.
|
|
13
|
+
if (req.toString().includes('revoke')) {
|
|
14
|
+
return new Response(null, { status: 200 });
|
|
15
|
+
}
|
|
16
|
+
// This endpoint is frequently hit so we mock it directly instead of returning the MockedFetchError
|
|
17
|
+
// to avoid spamming the console with errors.
|
|
18
|
+
if (req.toString().includes('settings')) {
|
|
19
|
+
return new Response(JSON.stringify(null), { status: 200 });
|
|
20
|
+
}
|
|
21
|
+
// Any other requests would be unexpected, so we throw an error to ensure they get visibility.
|
|
22
|
+
throw new MockedFetchError(req);
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export { fetchOverride };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fetchOverride';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useInitializeSdkClient';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
var React = require('react');
|
|
7
|
+
var client = require('@dynamic-labs-sdk/client');
|
|
8
|
+
var core = require('@dynamic-labs-sdk/client/core');
|
|
9
|
+
var client$1 = require('../../client.cjs');
|
|
10
|
+
var constants = require('../constants.cjs');
|
|
11
|
+
var fetchOverride = require('./fetchOverride/fetchOverride.cjs');
|
|
12
|
+
|
|
13
|
+
const useInitializeSdkClient = ({ settings }) => {
|
|
14
|
+
const lastClientDependencyKey = React.useRef(null);
|
|
15
|
+
const clientDependencyKey = [
|
|
16
|
+
settings.apiBaseUrl,
|
|
17
|
+
settings.environmentId,
|
|
18
|
+
].join('-');
|
|
19
|
+
if (lastClientDependencyKey.current === clientDependencyKey)
|
|
20
|
+
return;
|
|
21
|
+
lastClientDependencyKey.current = clientDependencyKey;
|
|
22
|
+
const newClient = client.createDynamicClient({
|
|
23
|
+
coreConfig: { apiBaseUrl: settings.apiBaseUrl, fetch: fetchOverride.fetchOverride },
|
|
24
|
+
environmentId: settings.environmentId,
|
|
25
|
+
});
|
|
26
|
+
client$1.setClient(newClient);
|
|
27
|
+
core.registerExtension(newClient, constants.CLIENT_EXTENSION_NAME);
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.useInitializeSdkClient = useInitializeSdkClient;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import { useRef } from 'react';
|
|
3
|
+
import { createDynamicClient } from '@dynamic-labs-sdk/client';
|
|
4
|
+
import { registerExtension } from '@dynamic-labs-sdk/client/core';
|
|
5
|
+
import { setClient } from '../../client.js';
|
|
6
|
+
import { CLIENT_EXTENSION_NAME } from '../constants.js';
|
|
7
|
+
import { fetchOverride } from './fetchOverride/fetchOverride.js';
|
|
8
|
+
|
|
9
|
+
const useInitializeSdkClient = ({ settings }) => {
|
|
10
|
+
const lastClientDependencyKey = useRef(null);
|
|
11
|
+
const clientDependencyKey = [
|
|
12
|
+
settings.apiBaseUrl,
|
|
13
|
+
settings.environmentId,
|
|
14
|
+
].join('-');
|
|
15
|
+
if (lastClientDependencyKey.current === clientDependencyKey)
|
|
16
|
+
return;
|
|
17
|
+
lastClientDependencyKey.current = clientDependencyKey;
|
|
18
|
+
const newClient = createDynamicClient({
|
|
19
|
+
coreConfig: { apiBaseUrl: settings.apiBaseUrl, fetch: fetchOverride },
|
|
20
|
+
environmentId: settings.environmentId,
|
|
21
|
+
});
|
|
22
|
+
setClient(newClient);
|
|
23
|
+
registerExtension(newClient, CLIENT_EXTENSION_NAME);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { useInitializeSdkClient };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useClientState';
|
|
@@ -14,6 +14,7 @@ var walletBook = require('@dynamic-labs/wallet-book');
|
|
|
14
14
|
var walletConnectorCore = require('@dynamic-labs/wallet-connector-core');
|
|
15
15
|
var version = require('../../../version.cjs');
|
|
16
16
|
var app = require('../../app.cjs');
|
|
17
|
+
var useInitializeSdkClient = require('../../client/extension/useInitializeSdkClient/useInitializeSdkClient.cjs');
|
|
17
18
|
require('../../components/Accordion/components/AccordionItem/AccordionItem.cjs');
|
|
18
19
|
var ViewContext = require('../ViewContext/ViewContext.cjs');
|
|
19
20
|
require('@dynamic-labs/sdk-api-core');
|
|
@@ -729,6 +730,8 @@ const InnerDynamicContextProvider = (props) => {
|
|
|
729
730
|
};
|
|
730
731
|
/** The context provider you need to have access too all of Dynamic's hooks */
|
|
731
732
|
const DynamicContextProvider = (props) => {
|
|
733
|
+
// Initialize client before anything else
|
|
734
|
+
useInitializeSdkClient.useInitializeSdkClient(props);
|
|
732
735
|
logger.Logger.setEnvironmentId(props.settings.environmentId);
|
|
733
736
|
logger.Logger.setEmitErrors(props.emitErrors);
|
|
734
737
|
useParentDynamicContextGuard.useParentDynamicContextGuard();
|
|
@@ -10,6 +10,7 @@ import { useWalletBookCdn, getWalletBookCdnUrl, WalletBookContextProvider } from
|
|
|
10
10
|
import { setChainInfoOverrides, logger as logger$1, isSessionKeyCompatibleWalletConnector } from '@dynamic-labs/wallet-connector-core';
|
|
11
11
|
import { VERSION } from '../../../version.js';
|
|
12
12
|
import { DynamicAuthFlow } from '../../app.js';
|
|
13
|
+
import { useInitializeSdkClient } from '../../client/extension/useInitializeSdkClient/useInitializeSdkClient.js';
|
|
13
14
|
import '../../components/Accordion/components/AccordionItem/AccordionItem.js';
|
|
14
15
|
import { ViewContextProvider } from '../ViewContext/ViewContext.js';
|
|
15
16
|
import '@dynamic-labs/sdk-api-core';
|
|
@@ -725,6 +726,8 @@ const InnerDynamicContextProvider = (props) => {
|
|
|
725
726
|
};
|
|
726
727
|
/** The context provider you need to have access too all of Dynamic's hooks */
|
|
727
728
|
const DynamicContextProvider = (props) => {
|
|
729
|
+
// Initialize client before anything else
|
|
730
|
+
useInitializeSdkClient(props);
|
|
728
731
|
Logger.setEnvironmentId(props.settings.environmentId);
|
|
729
732
|
Logger.setEmitErrors(props.emitErrors);
|
|
730
733
|
useParentDynamicContextGuard();
|