Rules
no-children-to-array
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Presets
xrecommendedrecommended-typescriptrecommended-type-checked
Description
Disallow the use of Children.toArray from the react package.
Using Children.toArray is uncommon and can lead to fragile code. See common alternatives.
Examples
Failing
Implementation
Further Reading
See Also
no-children-countPrevents the use ofChildren.countfrom thereactpackage.no-children-for-each
Prevents the use ofChildren.forEachfrom thereactpackage.no-children-map
Prevents the use ofChildren.mapfrom thereactpackage.no-children-only
Prevents the use ofChildren.onlyfrom thereactpackage.