Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Sunil Pai <threepointone@oculus.com>
  • Loading branch information
SimenB and Sunil Pai committed Aug 13, 2019
1 parent 6feb032 commit 74c40df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ const tests = {
// Valid because the ref is captured.
code: `
function useMyThing(myRef) {
myRef = useRef();
useEffect(() => {
const handleMove = () => {};
const node = myRef.current;
Expand Down

0 comments on commit 74c40df

Please sign in to comment.