.
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
'use client';
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "BailoutToCSR", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return BailoutToCSR;
|
||||
}
|
||||
});
|
||||
const _bailouttocsr = require("./bailout-to-csr");
|
||||
function BailoutToCSR({ reason, children }) {
|
||||
if (typeof window === 'undefined') {
|
||||
throw Object.defineProperty(new _bailouttocsr.BailoutToCSRError(reason), "__NEXT_ERROR_CODE", {
|
||||
value: "E394",
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
});
|
||||
}
|
||||
return children;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=dynamic-bailout-to-csr.js.map
|
||||
Reference in New Issue
Block a user