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
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
When navigating between routes, the onRouteDidUpdate client module lifecycle does not see the newly updated Head / Helmet metadata
onRouteDidUpdate
This leads to annoying usage of setTimeout in userland plugins.
As commented in #3399 (comment), I believe this is due to react-helmet-async using <Helmet defer={true}/> by default (to confirm).
react-helmet-async
<Helmet defer={true}/>
We should study the impact of turning defer={false}: performance or anything else
defer={false}
No response
Take a deploy preview, navigate to another page, and look at console logs. https://deploy-preview-8275--docusaurus-2.netlify.app/
title/description (and other metadata) should rather be correct
title/description is incorrect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When navigating between routes, the
onRouteDidUpdate
client module lifecycle does not see the newly updated Head / Helmet metadataThis leads to annoying usage of setTimeout in userland plugins.
As commented in #3399 (comment), I believe this is due to
react-helmet-async
using<Helmet defer={true}/>
by default (to confirm).We should study the impact of turning
defer={false}
: performance or anything elseReproducible demo
No response
Steps to reproduce
Take a deploy preview, navigate to another page, and look at console logs.
https://deploy-preview-8275--docusaurus-2.netlify.app/
Expected behavior
title/description (and other metadata) should rather be correct
Actual behavior
title/description is incorrect
Your environment
No response
Self-service
The text was updated successfully, but these errors were encountered: