Skip to content

Commit

Permalink
feat: export createUpdateEffect (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracles1919 authored Feb 25, 2022
1 parent 3618ae6 commit 02b4c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hooks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ import useUpdateLayoutEffect from './useUpdateLayoutEffect';
import useVirtualList from './useVirtualList';
import useWebSocket from './useWebSocket';
import useWhyDidYouUpdate from './useWhyDidYouUpdate';
import { createUpdateEffect } from './createUpdateEffect';

export {
useRequest,
Expand Down Expand Up @@ -144,4 +145,5 @@ export {
useGetState,
clearCache,
useFocusWithin,
createUpdateEffect,
};

0 comments on commit 02b4c28

Please sign in to comment.