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 12ede98 commit e2e30b2Copy full SHA for e2e30b2
src/utils.js
@@ -75,7 +75,10 @@ function stringifyRequest(loaderContext, request) {
75
typeof loaderContext.utils.contextify === "function"
76
) {
77
return JSON.stringify(
78
- loaderContext.utils.contextify(loaderContext.context, request)
+ loaderContext.utils.contextify(
79
+ loaderContext.context || loaderContext.rootContext,
80
+ request
81
+ )
82
);
83
}
84
0 commit comments