Skip to content

Commit

Permalink
ncc-compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Sep 19, 2024
1 parent 9626459 commit c1c1534
Show file tree
Hide file tree
Showing 60 changed files with 2,452 additions and 2,563 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9290,5 +9290,5 @@
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6054,4 +6054,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
Original file line number Diff line number Diff line change
Expand Up @@ -9290,5 +9290,5 @@
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
);
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6146,4 +6146,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
);
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
Original file line number Diff line number Diff line change
Expand Up @@ -8190,11 +8190,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-5dcb0097-20240918" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-e740d4b1-20240919" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-experimental-5dcb0097-20240918\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-e740d4b1-20240919\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
var React = require("next/dist/compiled/react-experimental"),
Expand Down Expand Up @@ -9974,5 +9974,5 @@
startWork(request);
});
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6585,12 +6585,12 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-5dcb0097-20240918" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-e740d4b1-20240919" !== isomorphicReactPackageVersion)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion,
"19.0.0-experimental-5dcb0097-20240918"
"19.0.0-experimental-e740d4b1-20240919"
)
);
}
Expand Down Expand Up @@ -6845,4 +6845,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
startWork(request);
});
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
Original file line number Diff line number Diff line change
Expand Up @@ -6067,13 +6067,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
}
var isomorphicReactPackageVersion$jscomp$inline_783 = React.version;
if (
"19.0.0-experimental-5dcb0097-20240918" !==
"19.0.0-experimental-e740d4b1-20240919" !==
isomorphicReactPackageVersion$jscomp$inline_783
)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion$jscomp$inline_783 +
"\n - react-dom: 19.0.0-experimental-5dcb0097-20240918\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-e740d4b1-20240919\nLearn more: https://react.dev/warnings/version-mismatch")
);
exports.renderToReadableStream = function (children, options) {
return new Promise(function (resolve, reject) {
Expand Down Expand Up @@ -6161,4 +6161,4 @@ exports.renderToReadableStream = function (children, options) {
startWork(request);
});
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
Original file line number Diff line number Diff line change
Expand Up @@ -8213,11 +8213,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-5dcb0097-20240918" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-e740d4b1-20240919" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-experimental-5dcb0097-20240918\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-e740d4b1-20240919\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
var React = require("next/dist/compiled/react-experimental"),
Expand Down Expand Up @@ -10004,5 +10004,5 @@ const setTimeoutOrImmediate =
? globalThis['set' + 'Immediate']
: setTimeout;

exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6693,11 +6693,11 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-5dcb0097-20240918" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-e740d4b1-20240919" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-experimental-5dcb0097-20240918\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-e740d4b1-20240919\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
ensureCorrectIsomorphicReactVersion();
Expand Down Expand Up @@ -6962,4 +6962,4 @@ const setTimeoutOrImmediate =
? globalThis['set' + 'Immediate']
: setTimeout;

exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
Original file line number Diff line number Diff line change
Expand Up @@ -8071,11 +8071,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-5dcb0097-20240918" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-e740d4b1-20240919" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-experimental-5dcb0097-20240918\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-e740d4b1-20240919\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
function createDrainHandler(destination, request) {
Expand Down Expand Up @@ -9848,5 +9848,5 @@
}
};
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6566,11 +6566,11 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-5dcb0097-20240918" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-e740d4b1-20240919" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.0.0-experimental-5dcb0097-20240918\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-e740d4b1-20240919\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
ensureCorrectIsomorphicReactVersion();
Expand Down Expand Up @@ -6821,4 +6821,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
}
};
};
exports.version = "19.0.0-experimental-5dcb0097-20240918";
exports.version = "19.0.0-experimental-e740d4b1-20240919";
Loading

0 comments on commit c1c1534

Please sign in to comment.