@colisweb/rescript-toolkit 4.10.10 → 4.10.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "4.10.10",
3
+ "version": "4.10.11",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -123,7 +123,7 @@ let make = (
123
123
  let {label, value} = item
124
124
 
125
125
  <div
126
- key={`multiselectoption-${label}-${value}`}
126
+ key={`multiselectoption-${label}-${value}-${i->Int.toString}`}
127
127
  className={cx([
128
128
  "group flex flex-row items-center gap-2 pt-3 text-left relative",
129
129
  i > 0 ? "mt-3" : "",