Treedatagrid doesnot work after clearing property filter

Issue -

  1. Initial data loading everything works perfectly.
  2. Apply property filter, everything works perfectly.
  3. Clear the property filter, the treedatagrid load all items as initial.
  4. Click on items which are loaded when property filter was there, it doesn’t load other data (itemchange event return null as even.getitem().anyproperty).
  5. if page is reloaded, everything works again perfectly.

It is related to this TreeGrid refresh item doesn't work when query is changed with use AbstractBackEndHierarchicalDataProvider · Issue #4132 · vaadin/flow-components · GitHub

How to solve this problem,

Thanks