Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
15 lines
523 B
Plaintext
15 lines
523 B
Plaintext
"use client";
|
|
// Workaround for react-datepicker and other cjs dependencies potentially inserting require("react") statements
|
|
import * as requireReact from 'react';
|
|
import * as requireReactDom from 'react-dom';
|
|
|
|
function require(m) {
|
|
if (m === 'react') return requireReact;
|
|
if (m === 'react-dom') return requireReactDom;
|
|
throw new Error(`Unknown module ${m}`);
|
|
}
|
|
// Workaround end
|
|
|
|
import{n as a}from"./chunk-ZPLD37T2.js";import"./chunk-5LKBKI4T.js";export{a as default};
|
|
//# sourceMappingURL=DatePicker-YF5TBW3N.js.map
|