You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only way to change the title of a Tab is to mutate TabModel.title. This is a little counter-intuitive for dynamic tabs, such as those with badges, which one would expect to be reactive. Consider refactoring TabModel.title so that developers can provide a dynamic renderFn closure.
The text was updated successfully, but these errors were encountered:
Currently, the only way to change the title of a
Tab
is to mutateTabModel.title
. This is a little counter-intuitive for dynamic tabs, such as those with badges, which one would expect to be reactive. Consider refactoringTabModel.title
so that developers can provide a dynamic renderFn closure.The text was updated successfully, but these errors were encountered: