Dynamic title fails to set on 1st client-side navigation: `loaderData` undefined
So here's a usual article/post route setup:
When I first navigate to an article, from the article list page, the title fails to show; but if I revisit that same article for the second time, the title is set correctly.
Indeed, the
Is this a known issue, or am I missing something?
Using Start 1.140.5 with Solid.
Thank you.
When I first navigate to an article, from the article list page, the title fails to show; but if I revisit that same article for the second time, the title is set correctly.
Indeed, the
loader function prints out valid data, but the head function prints that its loaderData is undefined!Is this a known issue, or am I missing something?
Using Start 1.140.5 with Solid.
Thank you.