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 Aug 27, 2024
1 parent 5a7cb69 commit 8c488cc
Show file tree
Hide file tree
Showing 84 changed files with 2,342 additions and 2,060 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 @@ -9251,5 +9251,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-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6025,4 +6025,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-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
Original file line number Diff line number Diff line change
Expand Up @@ -9251,5 +9251,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-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6117,4 +6117,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-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
Original file line number Diff line number Diff line change
Expand Up @@ -8137,11 +8137,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-f65ac7bd-20240826" !== 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-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-f65ac7bd-20240826\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
var React = require("next/dist/compiled/react-experimental"),
Expand Down Expand Up @@ -9871,5 +9871,5 @@
startWork(request);
});
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6542,12 +6542,12 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-f65ac7bd-20240826" !== isomorphicReactPackageVersion)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion,
"19.0.0-experimental-eb3ad065-20240822"
"19.0.0-experimental-f65ac7bd-20240826"
)
);
}
Expand Down Expand Up @@ -6752,4 +6752,4 @@ exports.resume = function (children, postponedState, options) {
startWork(request);
});
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
Original file line number Diff line number Diff line change
Expand Up @@ -6038,13 +6038,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
}
var isomorphicReactPackageVersion$jscomp$inline_794 = React.version;
if (
"19.0.0-experimental-eb3ad065-20240822" !==
"19.0.0-experimental-f65ac7bd-20240826" !==
isomorphicReactPackageVersion$jscomp$inline_794
)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion$jscomp$inline_794 +
"\n - react-dom: 19.0.0-experimental-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-f65ac7bd-20240826\nLearn more: https://react.dev/warnings/version-mismatch")
);
exports.renderToReadableStream = function (children, options) {
return new Promise(function (resolve, reject) {
Expand Down Expand Up @@ -6132,4 +6132,4 @@ exports.renderToReadableStream = function (children, options) {
startWork(request);
});
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
Original file line number Diff line number Diff line change
Expand Up @@ -8160,11 +8160,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-f65ac7bd-20240826" !== 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-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-f65ac7bd-20240826\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
var React = require("next/dist/compiled/react-experimental"),
Expand Down Expand Up @@ -9901,5 +9901,5 @@ const setTimeoutOrImmediate =
? globalThis['set' + 'Immediate']
: setTimeout;

exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6650,11 +6650,11 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-f65ac7bd-20240826" !== 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-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-f65ac7bd-20240826\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
ensureCorrectIsomorphicReactVersion();
Expand Down Expand Up @@ -6869,4 +6869,4 @@ const setTimeoutOrImmediate =
? globalThis['set' + 'Immediate']
: setTimeout;

exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
Original file line number Diff line number Diff line change
Expand Up @@ -7888,11 +7888,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-f65ac7bd-20240826" !== 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-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-f65ac7bd-20240826\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
function createDrainHandler(destination, request) {
Expand Down Expand Up @@ -9700,5 +9700,5 @@
}
};
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6397,11 +6397,11 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-f65ac7bd-20240826" !== 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-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-f65ac7bd-20240826\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
ensureCorrectIsomorphicReactVersion();
Expand Down Expand Up @@ -6686,4 +6686,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
}
};
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-f65ac7bd-20240826";
Loading

0 comments on commit 8c488cc

Please sign in to comment.