twobin / twobin/react-lazyload
LazyLoader not rendering component
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 485
- PR merge metrics
- No merged PRs in 30d
Description
For some reason, I have an issue where LazyLoader is only rendering the inner Component under certain circumstances. I was able to figure out that in the instances where it is failing to render in the inner Component that it is not due to a lack of objects to render or bad data, in-fact everything looks good. Any thoughts would be appreciated. Thanks!
Here's my code:
```
renderCoaches() {
return this.state.coaches.map(function(c, i) {
let neighborhood = c.area ? (c.area + " " + "|" + " ") : null;
return (
}
>
); }, this);
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.