react-hook-dialog icon indicating copy to clipboard operation
react-hook-dialog copied to clipboard

💬 React hooks for master your dialog(modal) component

Results 10 react-hook-dialog issues
Sort by recently updated
recently updated
newest added

- [ ] #16 - [ ] #17 - [ ] #18

enhancement

If we need type-safe, `createDialogs` must have 2 generic types `createDialogs`. I assume we don't need `TNames`. Infer it by ts from `defaultProps` instead.

enhancement

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.8 to 29.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=28.1.8&new-version=29.0.2)](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 [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.3 to 29.0.3. Release notes Sourced from jest-environment-jsdom's releases. v29.0.3 Features [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202) [expect] Expose ExpectationResult type...

dependencies

```ts const dialogs = createDialogs({ firstDialog: { one: '' }, secondDialog: { two: '', three: '' }, }); ``` ```ts const { open } = dialog.useDialog('firstDialog') open({ }) // ^...

bug

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.2.0. Changelog Sourced from rimraf's changelog. v4.2 Brought back glob support, using the new and improved glob v9 v4.1 Improved hybrid module with no need...

dependencies

Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 3.4.0 to 4.1.1. Release notes Sourced from @​trivago/prettier-plugin-sort-imports's releases. v4.1.1 What's Changed Revert "feat: type imports" by @​ayusharma in trivago/prettier-plugin-sort-imports#212 Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.1.0...v4.1.1 v4.1.0 What's Changed feat:...

dependencies