@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
package/react-components.esm.js
CHANGED
|
@@ -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
|
|
package/react-components.umd.js
CHANGED
|
@@ -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
|
|