orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.23k stars 223 forks source link

ERROR TypeError: Cannot read property 'offsetWidth' of undefined #345

Closed godhand1607 closed 2 years ago

godhand1607 commented 4 years ago

Environment

Description

Wondering if anyone encountered this issue before?

orizens commented 4 years ago

Can you share a codesandbox or other that reproduce the issue? Previously, there were issues with ionic.

godhand1607 commented 4 years ago

Figured out what the issue was. It was the angular compiler's fault, the createScroller function is stripped out during compilation. Was able to fix it by upgrading angular dependencies.