Have others encountered the same issue? I'm developing a map using ArcGIS Maps SDK for JavaScript 4.28, and I've noticed that when I add a LayerList, there's a noticeable delay when moving the map. However, if I remove the LayerList, the issue disappears. I later found out that this is because the LayerList listens for layer loading events, causing the delay when moving the map with the mouse. How can I disable this event?