Skip to content

Commit

Permalink
feat(useWait): removed from package due to it is simple reexport of o…
Browse files Browse the repository at this point in the history
…ther package;
  • Loading branch information
xobotyi committed Oct 31, 2019
1 parent 5d97bf1 commit d7c38bd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 99 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -77,7 +77,6 @@
- [`useFullscreen`](./docs/useFullscreen.md) — display an element or video full-screen. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/ui-usefullscreen--demo)
- [`useSpeech`](./docs/useSpeech.md) — synthesizes speech from a text string. [![][img-demo]](https://codesandbox.io/s/n090mqz69m)
- [`useVideo`](./docs/useVideo.md) — plays video, tracks its state, and exposes playback controls. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/ui-usevideo--demo)
- ~~[`useWait`](./docs/useWait.md) — complex waiting management for UIs.~~ _Deprecated_: will be removed soon
<br/>
<br/>
- [**Animations**](./docs/Animations.md)
Expand Down
37 changes: 0 additions & 37 deletions docs/useWait.md

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -46,11 +46,9 @@
},
"homepage": "https://github.com/streamich/react-use#readme",
"dependencies": {
"@types/react-wait": "^0.3.0",
"copy-to-clipboard": "^3.1.0",
"nano-css": "^5.1.0",
"react-fast-compare": "^2.0.4",
"react-wait": "^0.3.0",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.0.0",
"set-harmonic-interval": "^1.0.1",
Expand Down
39 changes: 0 additions & 39 deletions src/__stories__/useWait.story.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.ts
Expand Up @@ -93,10 +93,6 @@ export { default as useUpsert } from './useUpsert';
export { default as useVideo } from './useVideo';
export { default as useStateValidator } from './useStateValidator';
export { useMultiStateValidator } from './useMultiStateValidator';
/**
* @deprecated Will be removed soon
*/
export { useWait, Waiter } from './useWait';
export { default as useWindowScroll } from './useWindowScroll';
export { default as useWindowSize } from './useWindowSize';
export { default as useMeasure } from './useMeasure';
4 changes: 0 additions & 4 deletions src/useWait.ts
@@ -1,4 +0,0 @@
/**
* @deprecated Will be removed soon
*/
export { useWait, Waiter } from 'react-wait';
12 changes: 0 additions & 12 deletions yarn.lock
Expand Up @@ -2416,13 +2416,6 @@
dependencies:
"@types/react" "*"

"@types/react-wait@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@types/react-wait/-/react-wait-0.3.0.tgz#6f7ef17571a17e72c7864ede8cf7d3aa525a005e"
integrity sha512-5jIfDcHRjqeE7QfZG7kCqOpfrPSvOM1E3/nlKuJ/NZrG/WrhLo/AFr0i72jhTWzyNRo4ex0pshBaiCHksZXH3A==
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.9.2":
version "16.9.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268"
Expand Down Expand Up @@ -10756,11 +10749,6 @@ react-transition-group@^2.2.1:
prop-types "^15.6.2"
react-lifecycles-compat "^3.0.4"

react-wait@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/react-wait/-/react-wait-0.3.0.tgz#0cdd4d919012451a5bc3ab0a16d00c6fd9a8c10b"
integrity sha512-kB5x/kMKWcn0uVr9gBdNz21/oGbQwEQnF3P9p6E9yLfJ9DRcKS0fagbgYMFI0YFOoyKDj+2q6Rwax0kTYJF37g==

react@16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb"
Expand Down

0 comments on commit d7c38bd

Please sign in to comment.