mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-25 03:10:22 -05:00
924060e913
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>