appbaseio / appbaseio/reactivesearch
Reactive List stalls returning the correct data on initial applied filters
- Vorherrschende Sprache
- JavaScript
- Sterne
- 4.9k
- Forks
- 478
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Affected Projects**
React
**Library Version:** x.y.z
9.6.15
**Describe the bug**
When ReactiveList is returning data from applied filters the data results is incorrect. After numerous re render the data and stats count are correct. It appears ReactiveList during re render stalls providing the correct data until the last render hit. Sometimes it does not return the expected data with the filter applied after numerous render.
**To Reproduce**
Our app has over 50 filters that utilizes reactive list. When filters are applied on the app and the user refreshes the page. Reactive List lags and returns different data on re-render. Reactive List lags returning the correct data result from the applied filter.
**Expected behavior**
It is expected that when a user refreshes the page with filters applied. The results returns the correct data without any lag or staled data.
**Screenshots**
Without specified filter applied. Total unfiltered results.

When Filter is applied without page reload

renderResultStats stats count

As you can see the results lags retrieving the correct data.
When refreshing the page with filter applied
The data stalls even more not returning the correct result, until the last render.
**Desktop (please complete the following information):**
OS: Ubuntu 18
Browser: chrome, firefox
Version: latest
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.