GOOLZ
Results
2
comments of
GOOLZ
I had a same problem. the problem is issue with `fullCursor.observeChanges` try to disable `observeChanges` by using the followed setting: ``` { disablePageCountReactivity: true } ``` also you can add...
I had a same problem. the problem is issue with `fullCursor.observeChanges` try to disable `observeChanges` by using the followed setting: ``` { disablePageCountReactivity: true } ``` also you can add...