Skip to content

Commit

Permalink
Remove useMutationEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Feb 3, 2019
1 parent 7ff3e32 commit 8f70885
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/withHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ export function useImperativeMethods(ref, create, inputs) {
}, nextInputs);
}

export function useMutationEffect(...args) {
return useEffect(...args);
}

export function useLayoutEffect(...args) {
return useEffect(...args);
}
Expand Down

0 comments on commit 8f70885

Please sign in to comment.