Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInside a call to dashboardPage(), correctly extract title from dashboardHeader() #203
Conversation
…e's title from dashboardHeader (if the title is not provided directly to dashboardPage); however, we were selecting the wrong child of the header tag object
This closes #89. We claimed that
dashboardPage()would try to extract the app's title fromdashboardHeader()(if the title is not provided directly todashboardPage()); however, we were selecting the wrong child of the header tag object.This must have worked at some point and then some change to the structure of the header object broke it.