Files
formbricks/apps
Matti Nannt 924060e913 fix: add missing JSX key props in segment-filter SelectItem lists
Two SelectItem.map blocks in DeviceFilter were missing the `key` prop,
producing the React reconciler warning and risking incorrect item
reuse across renders. Use `operator.id` (stable, unique within each
list) as the key.

Flagged by react-doctor as react-doctor/jsx-key (Correctness, error).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 14:39:33 +02:00
..