You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(BulkSelect): use specific parameter names to avoid i18n keyword conflicts
Updated function parameter names from generic 'count' to specific names
(pageCount, totalCount, selectedCount) to avoid conflicts with i18n
libraries like react-i18next where 'count' is a reserved keyword for
pluralization.
This ensures better compatibility when using the component with i18n
libraries without naming collisions.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments