Skip to content

Commit bc1e8f8

Browse files
authored
Fix re-export of useValueEffect (#3335)
1 parent 583b6fb commit bc1e8f8

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

packages/@react-spectrum/utils/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export {
3131
export {useSlotProps, cssModuleToSlots, SlotProvider, ClearSlots} from './Slots';
3232
export {useHasChild} from './useHasChild';
3333
export {useIsMobileDevice} from './useIsMobileDevice';
34-
export {useValueEffect} from './useValueEffect';
34+
export {useValueEffect} from '@react-aria/utils';
3535
export {BreakpointProvider, useMatchedBreakpoints, useBreakpoint} from './BreakpointProvider';
3636
export {useResizeObserver} from '@react-aria/utils';

packages/@react-spectrum/utils/src/useValueEffect.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)