koenvd
koenvd
Fix for using the library in a worker where window is not defined causing an error to be thrown when the SyncClient is loaded.
Closes carbon-design-system/carbon-components-angular#2929 Optimizes `propogateSelected` as in the first bullet point explained in issue #2929. Ideally we still want to improve this doing a lookup with a specific key instead of...
## Description When adding items to a dropdown in mulitple batches the `propagateSelected` method takes considerable time to run and becomes slower with a higher number of items. To reproduce...
When using the lib in the context of module federated apps component ids are no longer unique. This can cause issues as for example clicking a checkbox in one app...