Skip to content

Commit

Permalink
Fix re-export of useValueEffect (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jul 23, 2022
1 parent 583b6fb commit bc1e8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion packages/@react-spectrum/utils/src/index.ts
Expand Up @@ -31,6 +31,6 @@ export {
export {useSlotProps, cssModuleToSlots, SlotProvider, ClearSlots} from './Slots';
export {useHasChild} from './useHasChild';
export {useIsMobileDevice} from './useIsMobileDevice';
export {useValueEffect} from './useValueEffect';
export {useValueEffect} from '@react-aria/utils';
export {BreakpointProvider, useMatchedBreakpoints, useBreakpoint} from './BreakpointProvider';
export {useResizeObserver} from '@react-aria/utils';
15 changes: 0 additions & 15 deletions packages/@react-spectrum/utils/src/useValueEffect.ts

This file was deleted.

0 comments on commit bc1e8f8

Please sign in to comment.