Commit aa13f80
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>1 parent 83a09dc commit aa13f80
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments