-
Notifications
You must be signed in to change notification settings - Fork 659
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Page Load issues - Head not updated until after load. #314
Comments
@aequasi We just released a |
Awesome! That worked. closed by #297 |
…sed (#14661) When opening a link from Gatsby site in a new tab (via cmd+click for example), the new tab title is not correctly updated from its default title. Related to: nfl/react-helmet#315 nfl/react-helmet#314
…sed (gatsbyjs#14661) When opening a link from Gatsby site in a new tab (via cmd+click for example), the new tab title is not correctly updated from its default title. Related to: nfl/react-helmet#315 nfl/react-helmet#314
hi. |
Thanks to nfl#314
If defer is true (default value) the document title isn't updated while browser tab is inactive. See nfl/react-helmet#314 and https://freefeed.net/support/5bd48fee-226c-4393-beca-0fa7e94398a5#comment-ef68b416-6eb9-415e-ab33-c5562e6dc977 (bug report)
i'm faced issue when i added defer={false}, when i'm reload apps, the current show its still from the index.html, can anyone help me about this, thanks before |
Working with an issue right now, trying to get the head to update as soon as possible, as my page loads data over time and shows a loading div until its done.
Throughout the request though, enough data is populated early to update the head. However, even if i render different data in
<Helmet {...this.meta()} />
, none of it is rendered/updated in the dom until AFTER the page is fully loaded.Is there a way around this, besides SSR?
The text was updated successfully, but these errors were encountered: