Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 27, 2020
1 parent 6c23ef9 commit cb1ac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/src/ReactFlightServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ const Dispatcher: DispatcherType = {
return value;
},
useTransition(): [(callback: () => void) => void, boolean] {
return [false, () => {}];
return [() => {}, false];
},
readContext: (unsupportedHook: any),
useContext: (unsupportedHook: any),
Expand Down

0 comments on commit cb1ac6b

Please sign in to comment.