@brightspace-ui/core 3.48.0 → 3.48.2
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.
|
@@ -297,6 +297,7 @@ class HtmlBlock extends LoadingCompleteMixin(LitElement) {
|
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
async _updateRenderContainer() {
|
|
300
|
+
if (!this._renderContainerRef.value) return;
|
|
300
301
|
this._renderContainerRef.value.innerHTML = '';
|
|
301
302
|
this._renderContainerRef.value.append(await this._processEmbeds());
|
|
302
303
|
await this._processRenderers(this._renderContainerRef.value);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.48.
|
|
3
|
+
"version": "3.48.2",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|