@@ -58,7 +69,7 @@ export const MultiValueRenderer: FC
= memo(({ data }) =
return (
// IntelliJ mistakenly presumes that key is an index.
// In fact, it is the key of the map which is unique.
- // eslint-disable-next-line react/no-array-index-key
+
{++i > 0 ? ', ' : ''}
{url ? {text} : text}