Skip to content

Commit

Permalink
Base key value on other filters to prevent unmount on selection (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke authored Apr 27, 2023
1 parent ce00dd4 commit dbf5f64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export function HistogramFilter(props: Props) {
)}
</div>
<HistogramPlotWithControls
key={filters?.length ?? 0}
key={otherFilters?.length ?? 0}
filter={filter}
data={
data.value &&
Expand Down

0 comments on commit dbf5f64

Please sign in to comment.