Skip to content

Commit

Permalink
fix: added needsOffscreenAlphaCompositing to OptionRow for Search pag…
Browse files Browse the repository at this point in the history
…e listing
  • Loading branch information
jayeshmangwani committed Jul 27, 2023
1 parent 28a0d80 commit ceaa893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class OptionRow extends Component {
pendingAction={this.props.option.pendingAction}
errors={this.props.option.allReportErrors}
shouldShowErrorMessages={false}
needsOffscreenAlphaCompositing
>
<Hoverable>
{(hovered) => (
Expand Down

0 comments on commit ceaa893

Please sign in to comment.