Posted 17 August 2021, 2:30 pm EST
Hi! We have some custom async functions defined that get some values from the server. And we are loading the data using incremental loading. If we try to use the custom formula while the data is being loaded in the background the formula is not evaluated. Is there a way to have the custom formula to evaluate once incremental loading finishes?
Please refer to the following example of what I mean:
https://codesandbox.io/s/save-load-json-custom-formula-forked-ghqfk?file=/src/index.js
Thanks!