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
If you set any boolean value at all, be it true or false, the 'Loading' animation is never shown. You have to completely remove hideLoading for it to show.
var options = {
hideLoading: false,
};
Using version 2.0.0-rc.26
The text was updated successfully, but these errors were encountered:
If you set any boolean value at all, be it true or false, the 'Loading' animation is never shown. You have to completely remove
hideLoading
for it to show.Using version 2.0.0-rc.26
The text was updated successfully, but these errors were encountered: