From ceaa893c804df46b4d7b2f133100aaf86e41a80b Mon Sep 17 00:00:00 2001 From: Jayesh Mangwani Date: Thu, 27 Jul 2023 12:21:10 +0530 Subject: [PATCH] fix: added needsOffscreenAlphaCompositing to OptionRow for Search page listing --- src/components/OptionRow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/OptionRow.js b/src/components/OptionRow.js index fccf9cc322c5..adaa4457bbd9 100644 --- a/src/components/OptionRow.js +++ b/src/components/OptionRow.js @@ -149,6 +149,7 @@ class OptionRow extends Component { pendingAction={this.props.option.pendingAction} errors={this.props.option.allReportErrors} shouldShowErrorMessages={false} + needsOffscreenAlphaCompositing > {(hovered) => (