next.js
7b66e8ae - fix: explicit undefined typecheck (#48920)

Commit
2 years ago
fix: explicit undefined typecheck (#48920) The current implementation is throwing wrongly if you set a falsy JS value (like `0` or `null`) So right now this is fail even it's a legit implementation: `process.counter = 0`
Author
Parents
Loading