diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 5e1e837b6dbb4..9ebd9484ba1ad 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -163122766b6008e992898b00f1fe3b104ed78737 +38e3b23483bf7a612391cd617a8926aa1f3cf52e diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index 1b66c314af458..b2d3d169af776 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -60,7 +60,7 @@ function _assertThisInitialized(self) { return self; } -var ReactVersion = '19.0.0-www-classic-15a88fe3'; +var ReactVersion = '19.0.0-www-classic-e2e1fbaf'; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -8665,7 +8665,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -8900,7 +8900,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 11743375a4332..d591306311d29 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -60,7 +60,7 @@ function _assertThisInitialized(self) { return self; } -var ReactVersion = '19.0.0-www-modern-3e83ee0c'; +var ReactVersion = '19.0.0-www-modern-05c03f69'; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -8454,7 +8454,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -8689,7 +8689,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index d64021422d8ea..d1e40f026e2a6 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -12340,7 +12340,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -12575,7 +12575,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -31059,7 +31059,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-8bd79cb3'; +var ReactVersion = '19.0.0-www-classic-b0252694'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index efdfc1b322084..12c2752780e98 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -12081,7 +12081,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -12316,7 +12316,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -30236,7 +30236,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-c9475fbe'; +var ReactVersion = '19.0.0-www-modern-4c2e3832'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index c4ad63a00a53f..b30d26b1c27fb 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -12481,7 +12481,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -12716,7 +12716,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -31625,7 +31625,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-bde9b62b'; +var ReactVersion = '19.0.0-www-classic-897ea709'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index ce632fb2c8f45..47701ce4ba108 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -12222,7 +12222,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -12457,7 +12457,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -30802,7 +30802,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-e457b687'; +var ReactVersion = '19.0.0-www-modern-8ac3e0b0'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 4c95a2528dc19..c82c66e69afe2 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -9241,7 +9241,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -9476,7 +9476,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -28827,7 +28827,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-0f2e436b'; +var ReactVersion = '19.0.0-www-classic-248d5d57'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 2eb2c264d5a56..7c211a0e3a3a1 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -9032,7 +9032,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -9267,7 +9267,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -28095,7 +28095,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-39d9b5d6'; +var ReactVersion = '19.0.0-www-modern-95d7bd22'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 92f8784a07485..b65f9dd1b1e8e 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -7796,7 +7796,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -8031,7 +8031,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -23313,7 +23313,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-e790cf72'; +var ReactVersion = '19.0.0-www-classic-dd5f1896'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 8287f501fda0f..172932862c2cb 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -7796,7 +7796,7 @@ function updateReducerImpl(hook, current, reducer) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // The last rebase update that is NOT part of the base state. @@ -8031,7 +8031,7 @@ function rerenderReducer(reducer, initialArg, init) { var queue = hook.queue; if (queue === null) { - throw new Error('Should have a queue. This is likely a bug in React. Please file an issue.'); + throw new Error('Should have a queue. You are likely calling Hooks conditionally, ' + 'which is not allowed. (https://react.dev/link/invalid-hook-call)'); } queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous @@ -23313,7 +23313,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-e790cf72'; +var ReactVersion = '19.0.0-www-modern-dd5f1896'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol