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 48d7eab commit 19e18a6Copy full SHA for 19e18a6
packages/gatsby/cache-dir/component-renderer.js
@@ -23,7 +23,7 @@ class ComponentRenderer extends React.Component {
23
24
this.state = {
25
location,
26
- pageResources: loader.getResourcesForPathname(props.location.pathname),
+ pageResources: loader.getResourcesForPathname(location.pathname),
27
}
28
29
0 commit comments