UNPKG

next

Version:

The React Framework

25 lines (24 loc) 673 B
'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(param) { let { reason, children } = param; 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