Skip to content

Commit

Permalink
Merge pull request #28 from simbathesailor/task/support-useLayoutEffect
Browse files Browse the repository at this point in the history
add the export to disable and enable logging
  • Loading branch information
simbathesailor committed Apr 1, 2021
2 parents 9367416 + 8b8ff01 commit 34a9e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useWhatChanged } from './useWhatChanged';
import { useWhatChanged, setUseWhatChange } from './useWhatChanged';

// Delete me

export { useWhatChanged };
export { useWhatChanged, setUseWhatChange };

0 comments on commit 34a9e05

Please sign in to comment.