next.js
7b66e8ae
- fix: explicit undefined typecheck (#48920)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`
References
#48920 - fix: explicit undefined typecheck
Author
Kikobeats
Parents
678c6975
Loading