react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

A simple and elegant checkbox tree for React.

Results 146 react-checkbox-tree issues
Sort by recently updated
recently updated
newest added

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.2.1. Release notes Sourced from react-dom's releases. 19.2.1 (December 3rd, 2025) React Server Components Bring React Server Component fixes to Server Actions (@​sebmarkbage #35277) 19.2.0...

dependencies
javascript

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.2.1. Release notes Sourced from react's releases. 19.2.1 (December 3rd, 2025) React Server Components Bring React Server Component fixes to Server Actions (@​sebmarkbage #35277) 19.2.0...

dependencies
javascript

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.27 to 19.2.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.3.27&new-version=19.2.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
javascript

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.0.1. Changelog Sourced from eslint-plugin-react-hooks's changelog. 7.0.1 Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha) Switch to...

dependencies
javascript

Bumps [eslint-config-takiyon-react](https://github.com/takiyon-org/eslint-config-takiyon-react) from 6.0.0 to 7.0.0. Commits 07b1638 Release v7.0.0 e6dfcd9 Update eslint-plugin-react-hooks See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-takiyon-react&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies
javascript

Below error is coming: Failed to compile. TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 17 | }: CheckedTreeProps):...