-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'log') #335
Comments
@weilinzung It looks like a serious issue. Loosing a context. Do you call the devSettings: {
debug: true,
logProcessRun: true
} Also, if it is possible, could you provide minimal runnable demo (like by forking this stackblitz)? This would be the best option for me to investigate the issue. |
@dhilt, we do call |
@dhilt It is the issue of calling
|
@weilinzung Ok, still waiting for dev logs 🙂 |
ngx-ui-scroll v3.0.2 contains fix related to this issue, though I'm not sure if it covers the initial case, so, please open a new PR if the problem still occurs. |
We are keep getting this error from
vscroll
lib.https://github.com/dhilt/vscroll/blob/5ebbe79497bc90594885b792d04dd9868f641582/src/classes/adapter.ts#L515
Not too sure if because in this wrapper that doesn't export the logger?
The text was updated successfully, but these errors were encountered: