@bsara/react-filter
Advanced tools
Changelog
1.2.0
items
via the new
skip
prop.Changelog
1.1.0
predicate
is no longer a required prop. Not specifying predicate
or
providing a predicate
that is null
or undefined
will cause filtering to be skipped
and the items
provided will just be forwarded on to the render
function.