Commit 01e171a
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 01e171a
File tree
2 files changed
+6
-6
lines changed- packages/module/src/BulkSelect
2 files changed
+6
-6
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments