@brightspace-ui/core 3.30.2 → 3.30.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -124,6 +124,9 @@ class LoadMore extends PageableSubscriberMixin(FocusMixin(LocalizeCoreElement(Rt
124
124
  });
125
125
  this._loading = false;
126
126
 
127
+ // wait a frame for async sub-components to render
128
+ await new Promise(resolve => requestAnimationFrame(resolve));
129
+
127
130
  const item = pageable._getItemByIndex(lastItemIndex + 1);
128
131
 
129
132
  if (!item) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.30.2",
3
+ "version": "3.30.3",
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",