react-hooks-helper icon indicating copy to clipboard operation
react-hooks-helper copied to clipboard

A custom React Hooks library that gives you custom hooks for your code.

Results 23 react-hooks-helper issues
Sort by recently updated
recently updated
newest added

I'm trying to implement a form with checkboxes like this: ``` {Object.entries(Services).map(([value, name]) => ( ))} ``` but when i click next and then back again (of course using navigation...

I'm trying to use two useStep hooks in one function. I tried this: ``` const steps = [ { id: "name", Component: NameField }, { id: "email", Component: EmailField },...

Im getting this error when trying to install using React 17.0.2: ` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving:...

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.7.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello! thank you very much for this library, it's really useful when managing big forms. Is there a way to remove an entry from formData? I want to make a...

Does react-hooks-helper support the following structure? ```json { "foo": [ { "a": "", "b": "", "c": "" }, { "a": "", "b": "", "c": "" } ] } ```