Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
54 stars 30 forks source link

fix: use for over for of #1464

Closed jordan-a-young closed 2 months ago

jordan-a-young commented 2 months ago

Fixes an issue where entries was being called on a FileList. This is not iterable so using a standard for instead

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.42%. Comparing base (79fffa5) to head (540ecf6). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1464 +/- ## ======================================= Coverage 85.42% 85.42% ======================================= Files 16 16 Lines 590 590 Branches 144 144 ======================================= Hits 504 504 Misses 86 86 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.