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 9, 2019
1 parent 081bd2e commit 25865db
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 25865db

Please sign in to comment.