This turns out to be yet another shortcoming of the implementation of the new tab view.
The history model and bookmarks model are instantiated asynchronously, but the NewTabView component checks their values at instantiation to add sections to the list model, and it doesn’t react to their becoming non-null asynchronously later on.
This turns out to be yet another shortcoming of the implementation of the new tab view.
The history model and bookmarks model are instantiated asynchronously, but the NewTabView component checks their values at instantiation to add sections to the list model, and it doesn’t react to their becoming non-null asynchronously later on.