Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Jan 3, 2021
1 parent ffa9bad commit 92def0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useDidUpdate/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {useEffect, useRef} from 'react';
import _ from 'lodash';

/**
* This hook avoid calling useEffect on the initial value of his dependency array
Expand Down

0 comments on commit 92def0c

Please sign in to comment.