We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638a5bc commit 71787acCopy full SHA for 71787ac
1 file changed
readme.md
@@ -62,7 +62,7 @@ Note: `isDev` is included in your data by default
62
The object below is the default data of the render function.
63
```javascript
64
{
65
- NODE_DEV: process.env.NODE_DEV,
66
- isDev: process.env.NODE_DEV === "development"
+ NODE_DEV: process.env.NODE_ENV,
+ isDev: process.env.NODE_ENV === "development"
67
}
68
```
0 commit comments