@abgov/react-components 4.0.0-alpha.123 → 4.0.0-alpha.124

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": "@abgov/react-components",
3
- "version": "4.0.0-alpha.123",
3
+ "version": "4.0.0-alpha.124",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"
@@ -17292,7 +17292,7 @@ function instance$6($$self, $$props, $$invalidate) {
17292
17292
 
17293
17293
  onMount(() => {
17294
17294
  validateVariant(variant);
17295
- attachSortEventHandling();
17295
+ setTimeout(attachSortEventHandling, 0);
17296
17296
 
17297
17297
  const slot = _rootEl.querySelector("slot");
17298
17298
 
@@ -17375,7 +17375,7 @@
17375
17375
 
17376
17376
  onMount(() => {
17377
17377
  validateVariant(variant);
17378
- attachSortEventHandling();
17378
+ setTimeout(attachSortEventHandling, 0);
17379
17379
 
17380
17380
  const slot = _rootEl.querySelector("slot");
17381
17381