From 3fe6e41536cd3a9b9c7eaca5b353de4bd1f91b11 Mon Sep 17 00:00:00 2001 From: "hanzhaoyun.hanzhao" Date: Tue, 30 Aug 2022 10:57:40 +0800 Subject: [PATCH] fix(filter): unique key prop warning --- packages/plugin-outline-pane/src/views/filter.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/plugin-outline-pane/src/views/filter.tsx b/packages/plugin-outline-pane/src/views/filter.tsx index 18153dd24..67c84fa3d 100644 --- a/packages/plugin-outline-pane/src/views/filter.tsx +++ b/packages/plugin-outline-pane/src/views/filter.tsx @@ -88,7 +88,11 @@ export default class Filter extends Component { onChange={this.handleOptionChange} > {FILTER_OPTIONS.map((op) => ( - + {op.label} ))}