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 efa40ac commit 9ac0725Copy full SHA for 9ac0725
packages/devextreme-cli/testing/dev-server.js
@@ -40,7 +40,7 @@ module.exports = class DevServer {
40
this.env = env;
41
42
if(this.isNextJs()) {
43
- this.nextJsState = new nextJsState();
+ this.nextJsState = new nextJsState(this.env);
44
}
45
46
0 commit comments