@salesforce/internal-lightning-out-containers 2.2.4-rc.1 → 2.2.4

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.
@@ -165,6 +165,7 @@ export default class LightningOutBaseContainer extends LightningElement {
165
165
  });
166
166
 
167
167
  try {
168
+ // eslint-disable-next-line @lwc/lwc-platform/no-dynamic-import-identifier
168
169
  const { default: ctor } = await import(specifier);
169
170
  this.embeddedCmpCtor = ctor;
170
171
  } catch (err) {
@@ -81,7 +81,7 @@ class EmbeddingResizer {
81
81
  this.#lastHeight = heightPx;
82
82
  if (!this.#scheduled) {
83
83
  this.#scheduled = true;
84
-
84
+ // eslint-disable-next-line @lwc/lwc/no-async-operation
85
85
  requestAnimationFrame(() => {
86
86
  this.#scheduled = false;
87
87
  if (!this.#isObserving) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/internal-lightning-out-containers",
3
- "version": "2.2.4-rc.1",
3
+ "version": "2.2.4",
4
4
  "private": false,
5
5
  "description": "Lightning Out 2.0 Container Components",
6
6
  "type": "module",