GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 378 forks source link

When filter returns empty list then filter is unmounted and remounted #758

Open benoj opened 7 years ago

benoj commented 7 years ago

Hey,

When my filter returns false for all entries the filter is being unmounted. This is causing issues as i am losing my search fields as I have a custom filter which stores it in state.

Any ideas why this is happening?

dahlbyk commented 7 years ago

Are you able to produce a minimal repro of this? The project's Storybook is a good mechanism for proving defects.