kui-utils 0.0.31 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -2251,6 +2251,7 @@ var Loader = /** @class */ (function () {
2251
2251
  this.timeBeforeLoading = 0;
2252
2252
  this.timeAfterLoading = 0;
2253
2253
  this.delayTime = delayTime || defaultDelayTime;
2254
+ this.errorMessage = "";
2254
2255
  mobx.makeAutoObservable(this);
2255
2256
  }
2256
2257
  return Loader;