fix(web): 筛选面板 React 重复 key —— 三个维度共用 visit_recency 这个 key
`<div key={dim.key}>` 在 visit_recency 出三个可筛字段(上次时间/上次医生/偏好医生)后
产生重复 key,React 报 "Encountered two children with the same key"。
改用 personaTagDimId(dim)(维度唯一标识,正是为这种情况加的),并就地注释说明。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Showing
Please
register
or
sign in
to comment