We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c23ef9 commit cb1ac6bCopy full SHA for cb1ac6b
packages/react-server/src/ReactFlightServer.js
@@ -436,7 +436,7 @@ const Dispatcher: DispatcherType = {
436
return value;
437
},
438
useTransition(): [(callback: () => void) => void, boolean] {
439
- return [false, () => {}];
+ return [() => {}, false];
440
441
readContext: (unsupportedHook: any),
442
useContext: (unsupportedHook: any),
0 commit comments