Skip to content

Commit

Permalink
fix(gatsby): fix hydration flicker on initial render of ssr page (fin…
Browse files Browse the repository at this point in the history
…al this time!) (#33196)
  • Loading branch information
pieh authored Sep 15, 2021
1 parent fa70491 commit c146750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export class ProdLoader extends BaseLoader {
super(loadComponent, matchPaths)

if (pageData) {
this.pageDataDb.set(pageData.path, {
this.pageDataDb.set(findPath(pageData.path), {
pagePath: pageData.path,
payload: pageData,
status: `success`,
Expand Down

0 comments on commit c146750

Please sign in to comment.