-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cannot set property 'settings' of undefined #397
Comments
I am using lazyload 2.0.0-beta.2, I encounter the same problem. Comes up with
|
I had the same problem and it was because I was not calling properly Lazyload.
But, what I should do is:
|
I have same problem, who can solve it |
I have same problem in amd. |
Same here. I added the library with requirejs and then: The error:
|
@spraxis have u found a solution? |
Getting the same error here too! Would love to hear if anyone has a solution… |
getting same here also. |
Same here. Any ideas? |
Anyone found a solution yet? |
Do not use |
Same error i have |
I use
jquery-lazyload 1.9.7
with reactjs, it works well.I try to use
lazyload 2.0.0-beta.2
with reactjs, I got errors likemy react component call lazyload like
I think it should be a bug.
The text was updated successfully, but these errors were encountered: