react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
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...
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...
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 [](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...
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...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...
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):...