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
I am using react-document-title together with react-router and there is a considerable delay between transitioning to the new URL and the title of the page being updated. Is this a known issue and is there any workaround for it?
Thanks
The text was updated successfully, but these errors were encountered:
I also encountered this issue. It happens only on Chrome (maybe Vivaldi, too, who knows). It’s probably a result of Chrome’s multi-process architecture.
You can easily test it with a button that increments (and displays) a counter. While the counter on the button will update with no noticable delay, there is a delay (~300-500ms I guess?) before the title updates.
On Firefox, the title updates without noticable delay.
@Martynas-P @duanxiaohui Bottom line: Can’t be fixed. :(
I am using react-document-title together with react-router and there is a considerable delay between transitioning to the new URL and the title of the page being updated. Is this a known issue and is there any workaround for it?
Thanks
The text was updated successfully, but these errors were encountered: