mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix schema form
This commit is contained in:
@@ -11,7 +11,8 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||
);
|
||||
|
||||
// REGISTER ERROR OVERLAY
|
||||
if (process.env.NODE_ENV !== "production") {
|
||||
const showOverlay = true;
|
||||
if (process.env.NODE_ENV !== "production" && showOverlay) {
|
||||
const showErrorOverlay = (err) => {
|
||||
// must be within function call because that's when the element is defined for sure.
|
||||
const ErrorOverlay = customElements.get("vite-error-overlay");
|
||||
|
||||
Reference in New Issue
Block a user