We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
i expect to hide the title from my screen when navigate to it
the title still shows
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here. 1. 2. 3.
The text was updated successfully, but these errors were encountered:
Use the title or renderTitle property.
title
renderTitle
Sorry, something went wrong.
This issue still exists in 4.3.1.
Setting the title prop to null or an empty string does not work. The fallback title that is used seems to be set from the key prop.
key
However setting renderTitle={null} works.
renderTitle={null}
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
i expect to hide the title from my screen when navigate to it
Actual behaviour
the title still shows
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.
2.
3.
The text was updated successfully, but these errors were encountered: