ui-layout-manager-dev 0.0.32-dev → 0.0.33-dev

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-layout-manager-dev",
3
- "version": "0.0.32-dev",
3
+ "version": "0.0.33-dev",
4
4
  "description": "A react component to manage layout and themes in single page applications.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -172,7 +172,7 @@ export class LayoutController {
172
172
  if (isInitial) {
173
173
  this.layoutLoaded = true;
174
174
  // After initial layout is applied, we can hide the loading screen.
175
- this.containers["root"].current.hideLoadingScreen();
175
+ this.containers[this.ldf.layoutRoot].current.hideLoadingScreen();
176
176
  }
177
177
  });
178
178
  };