Skip to content

Commit

Permalink
ReactHooks.js - delete emptyObject (#25031)
Browse files Browse the repository at this point in the history
It's not mentioned in docs and never used by projects.. should be removed..
  • Loading branch information
7flash authored and rickhanlonii committed Oct 5, 2022
1 parent ffbe93e commit 018f10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/ReactHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ export function useDebugValue<T>(
}
}

export const emptyObject = {};

export function useTransition(): [
boolean,
(callback: () => void, options?: StartTransitionOptions) => void,
Expand Down

0 comments on commit 018f10d

Please sign in to comment.