You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this commit left out the return statement here. Since we're close to a release I'm not fixing this yet. Additionally this is a performance measure to not send a request when it is unneeded. Here are some things to consider when we do fix this;
what if we include params with the conditional that would require a reload. For example.
We're not going to get crazy with this stuff trying to resolve special case logic here. If a special call is made with params the require a reload then just don't include the conditional option.
The text was updated successfully, but these errors were encountered:
It looks like this commit left out the
return
statement here. Since we're close to a release I'm not fixing this yet. Additionally this is a performance measure to not send a request when it is unneeded. Here are some things to consider when we do fix this;conditional
that would require a reload. For example.put on the breaks
We're not going to get crazy with this stuff trying to resolve special case logic here. If a special call is made with
params
the require a reload then just don't include theconditional
option.The text was updated successfully, but these errors were encountered: