Skip to content

Commit cb1ac6b

Browse files
committed
Oopsie
1 parent 6c23ef9 commit cb1ac6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFlightServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ const Dispatcher: DispatcherType = {
436436
return value;
437437
},
438438
useTransition(): [(callback: () => void) => void, boolean] {
439-
return [false, () => {}];
439+
return [() => {}, false];
440440
},
441441
readContext: (unsupportedHook: any),
442442
useContext: (unsupportedHook: any),

0 commit comments

Comments
 (0)