react-hook
react-hook copied to clipboard
↩ Strongly typed, concurrent mode-safe React hooks
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
**Is your feature request related to a problem? Please describe.** The footprint of `@react-hook/resize-observer` is 86% occupied by its dependency on the `@juggle/resize-observer`. For those who don't need a polyfill,...
**Describe the bug** We have updated our project to Next 12 and the following appears when we load a page with a component that uses resize-observer. `SyntaxError: The requested module...
**Describe the solution you'd like** It would be nice to only have to install one module and allow the bundler to tree-shake the unused hooks. Just a thought.
I think it's better we can use optional ref, sometimes you want to get some optional ref from props so you cant use the current useMergeRef for this! so change...
Sorry for creating an issue that is not a bug report or feature request. How do i set `window` as a target of `useMouse()` ? As I read the README,...
**Is your feature request related to a problem? Please describe.** In some cases I would like to mark cache entry as "to reload in next use" so pretty much remove...