File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ export * from './useFocus';
44export * from './useRetry' ;
55export * from './useServiceEffect' ;
66export * from './useOptionalDependency' ;
7+ export * from './useLazyLoadData' ;
Original file line number Diff line number Diff line change 1+ export * from './useLazyLoadData' ;
Original file line number Diff line number Diff line change 1- import { Promisable } from '@optum/react-hooks ' ;
1+ import { Promisable } from '../../types ' ;
22import { useRef } from 'react' ;
33
44type InvokedDeps < T extends any [ ] > = {
Original file line number Diff line number Diff line change 11{
22 "name" : " @optum/react-hooks" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.1.0-next.0 " ,
44 "description" : " A reusable set of React hooks" ,
55 "repository" : " https://github.com/Optum/react-hooks" ,
66 "license" : " Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments