- Notifications
You must be signed in to change notification settings - Fork8
Retaining the modified title on component unmount made optional.#2
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Retaining the modified title on component unmount made optional.#2
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…lt title ON the corresponding component unmount event (e.g. route change -> title change for those using this hook, but rollback to the default/original title for those routes not using this hook.)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@kckusal can you squash the commits into one commit. we can merge after that |
@iamsolankiamit I have pushed the commits to my branchretaining-modified-title-made-optional already.. I don't have write access to your repo to squash commits and merge pull requests directly though. I only recently started to collaborate in GitHub, so bear with me if I missed something here.. :) |
Option added to retain the modified title or to rollback to the default title ON the corresponding component unmount event (e.g. route change -> title change for those using this hook, but rollback to the default/original title for those routes not using this hook.)