Closed daniele-mng closed 2 weeks ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
⚠️: No snapshots were found for the head SHA 304fa57adcf2f156cbeee475871b58083ec24e3e.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.
Package | Version | Score | Details |
---|
Type | Number |
---|---|
Bug Fixes | 1 |
:rocket: Conventional commits found.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 62.68%. Comparing base (
4058a79
) to head (304fa57
). Report is 2 commits behind head on opensight-ui.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What
Updated the
usePageFilter
hook. IntroduceduseRef
anduseState
to manage thereturnedFilter
to avoid directly modifying the redux store.Why
References
Checklist