securityos/node_modules/next/dist/shared/lib/lazy-dynamic/no-ssr-error.js

14 lines
451 B
JavaScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
// This has to be a shared module which is shared between client component error boundary and dynamic component
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "NEXT_DYNAMIC_NO_SSR_CODE", {
enumerable: true,
get: function() {
return NEXT_DYNAMIC_NO_SSR_CODE;
}
});
const NEXT_DYNAMIC_NO_SSR_CODE = "NEXT_DYNAMIC_NO_SSR_CODE";
//# sourceMappingURL=no-ssr-error.js.map