LayerList indicates it is ready for display when in reality it is not
I am attempting to show a loading indicator in my React application while the LayerList is loading. Once loaded and ready to be displayed I want to show the LayerList. However, it seems the LayerList.viewModel.state property is changed to "ready" before the LayerList is ready to be displayed. I can ...