Skip to content

Commit

Permalink
Fix components utils export for use-update-effect (#23969)
Browse files Browse the repository at this point in the history
This update resolves the recent merge issue with duplicate implementations of use-update-effect, resulting in an incorrect export from the main utils/index.js
  • Loading branch information
Q authored Jul 15, 2020
1 parent 4dd46a0 commit 1ba985d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion packages/components/src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './hooks';
export * from './style-mixins';
export * from './use-update-effect';
21 changes: 0 additions & 21 deletions packages/components/src/utils/use-update-effect.js

This file was deleted.

0 comments on commit 1ba985d

Please sign in to comment.