Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResizeListener: Fix null reference #6302

Closed
wants to merge 1 commit into from
Closed

ResizeListener: Fix null reference #6302

wants to merge 1 commit into from

Conversation

Habetdin
Copy link
Contributor

@Habetdin Habetdin commented Feb 10, 2023

Description

Simple fix of the null reference described in #6128 as the Issue 5

How Has This Been Tested?

Visually

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Something does not work as intended/expected PR: needs review labels Feb 10, 2023
@codecov
Copy link

codecov bot commented Feb 10, 2023

Codecov Report

Base: 91.51% // Head: 91.50% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (0c08ab5) compared to base (b9bc15d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #6302      +/-   ##
==========================================
- Coverage   91.51%   91.50%   -0.01%     
==========================================
  Files         384      384              
  Lines       15066    15067       +1     
==========================================
  Hits        13787    13787              
- Misses       1279     1280       +1     
Impacted Files Coverage Δ
...MudBlazor/Services/ResizeListener/ResizeOptions.cs 91.30% <100.00%> (+0.39%) ⬆️
...r/Components/Autocomplete/MudAutocomplete.razor.cs 92.59% <0.00%> (-0.42%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Mr-Technician
Copy link
Member

Closing favor of #6308.

@Habetdin Habetdin deleted the fix/ResizeOptions_null_reference branch February 11, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as intended/expected PR: needs review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants