Garrett Reimer

Results 1 issues of Garrett Reimer

```javascript this.cache = lazyCache(this, { cachedMyProp: { params: ["myProp"], fn(myProp) { // prints undefined console.log("myProp: ", myProp); } } }) ``` When myProp is 0, null, or "", the value...