We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8437 commit 88e1559Copy full SHA for 88e1559
packages/gatsby/src/redux/reducers/html.ts
@@ -113,6 +113,7 @@ export function htmlReducer(
113
staticQueryResult.staticQueryResultHash !== action.payload.resultHash
114
) {
115
staticQueryResult.dirty |= FLAG_DIRTY_STATIC_QUERY_RESULT_CHANGED
116
+ staticQueryResult.staticQueryResultHash = action.payload.resultHash
117
}
118
119
0 commit comments