When using the shouldUpdate() function for my asyncComputed calls, the initial state of
asyncCOmputed.thingImFetching.updating = true, even if the shouldUpdate() function returns false.
Here's a code pen with an example: https://codepen.io/fredlintz5/pen/GRZxzbp
If I wrap the return statement with an if statement instead of using shouldUpdate() then asyncCOmputed.thingImFetching.updating = false as expected
This is an issue when Im trying to use a loader on the page, and I'm watching the updating status of my asyncComputed Calls.
VUE 2
Latest Version of asyncComputed.