@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.
14 lines (13 loc) • 693 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] = "5680c9b9-117d-4e1c-b1c2-34b198d63131", e._sentryDebugIdIdentifier = "sentry-dbid-5680c9b9-117d-4e1c-b1c2-34b198d63131");
} catch (e) {}
import { s as noop } from "./useAnalyticsContext-BVFDMrVE.js";
import { createContext } from "preact";
//#region src/context/ToastContext/ToastContext.ts
var ToastContext = createContext({
showToast: noop,
clearToasts: noop
});
//#endregion
export { ToastContext as t };