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

fix: Filter model is now FilterConstructor and shouldn't be newed #1169

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

ghiscoding
Copy link
Owner

  • the Filter model prop should be a constructor and it shouldn't newed (instantiated), it was defined like so in the docs and Wikis but that was actually wrong
  • ref Slickgrid-Universal PR 1430

- the Filter `model` prop should be a constructor and it shouldn't newed (instantiated), it was defined like so in the docs and Wikis but that was actually wrong
- ref Slickgrid-Universal [PR 1430](ghiscoding/slickgrid-universal#1430)
Copy link

stackblitz bot commented Mar 13, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.57%. Comparing base (ba9d519) to head (cec84e1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1169   +/-   ##
=======================================
  Coverage   22.57%   22.57%           
=======================================
  Files           8        8           
  Lines         904      904           
  Branches      321      321           
=======================================
  Hits          204      204           
  Misses        700      700           

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

@ghiscoding ghiscoding merged commit de97e6c into master Mar 13, 2024
6 checks passed
@ghiscoding ghiscoding deleted the bugfix/add-model-filter-type branch March 13, 2024 04:27
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.

None yet

1 participant