question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught TypeError: Cannot read property 'prototype' of undefined (imagesloaded.js:115)

See original GitHub issue

I got that error by running every test provided in the plugins with fresh install.

This is the code where the error comes from. ImagesLoaded.prototype = Object.create( EvEmitter.prototype ); Any idea why this happens?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
desandrocommented, Aug 18, 2017

Sounds like you’re using imagesloaded.js, when you’ll need the packaged version imagesloaded.pkgd.js

0reactions
liu332906484commented, Oct 20, 2020

Uncaught TypeError: Cannot read property ‘imagesLoaded’ of undefined why??

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'prototype' of undefined - Stack Overflow
How do I solve this error? Note: How to fix Uncaught TypeError: Cannot read property 'prototype' of undefined? This stackoverflow question is ...
Read more >
Cannot read property 'prototype' of undefined [#2822664]
I found the follow js error "Cannot read property 'prototype' of undefined" on the jquery.imagesloaded module. around line 115: ...
Read more >
Cannot read properties of undefined' - JavaScript Debugging
JavaScript Tutorial. How To Fix ' Uncaught TypeError : Cannot read properties of undefined ' - JavaScript Debugging. 26K views 6 months ago....
Read more >
Help: Vue Js 3 Cannot read property 'prototype' of undefined
Hello i want to register prototype in Vue Js 3, but i got error: Cannot read property 'prototype' of undefined. Full code: //...
Read more >
TypeError: Cannot read property 'data' of undefined
(node:24430) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'data' of undefined [0] at ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found