Skip to content

Conversation

@abretonc7s
Copy link
Collaborator

Description

Overview

This PR fixes a scope-related bug in the modal components where event handlers were losing their this context. The issue affected click handlers in both the install and select modal components, potentially causing undefined errors when attempting to invoke methods.

Impact

These changes fix potential runtime errors that could occur when users interact with modal buttons and overlays. No breaking changes or migration steps are required as this is a bug fix that maintains the existing API.

@abretonc7s abretonc7s requested a review from a team as a code owner January 10, 2025 10:48
@codecov
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.40%. Comparing base (4151089) to head (9238ccf).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1191   +/-   ##
=======================================
  Coverage   74.40%   74.40%           
=======================================
  Files         181      181           
  Lines        4306     4306           
  Branches     1057     1057           
=======================================
  Hits         3204     3204           
  Misses       1102     1102           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonarqubecloud
Copy link

@abretonc7s abretonc7s merged commit fe95d03 into main Jan 10, 2025
36 checks passed
@abretonc7s abretonc7s deleted the fix/modal branch January 10, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants