@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
10 lines (9 loc) • 604 B
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "79bd4389-d47f-4f44-bb1f-391212b8ea51", e._sentryDebugIdIdentifier = "sentry-dbid-79bd4389-d47f-4f44-bb1f-391212b8ea51");
} catch (e) {}
import { signal } from "@preact/signals";
//#region src/components/Shared/devex/DebugListener/debugStore.ts
var formDebugInfo = signal({});
//#endregion
export { formDebugInfo as t };