-
Notifications
You must be signed in to change notification settings - Fork 50
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
Uncaught TypeError: Cannot read property 'left' of undefined #84
Comments
Issue a pull reqeust |
I didn't run any unit tests, not quite sure how and ran out of time! (It's Friday at 5pm) I also noticed this appears to be fixed in RC 1.2, so reject Pull if you want. |
I am also seeing |
I am also seeing this on my site. |
any update on this? is there a workaround? The video ends up being choppy because of the amount of exceptions thrown |
Seems like this was fixed by 4830804 ..but somehow this is out of our dependency chain |
It was fixed as part of the latest release v2.5. |
Thanks! OP may close this issue |
I noticed that in
positionBeacons()
, line 1092, its checking for truthy onlastPlayerLocation
, but not forplayerLocation
, which could throwundefined
errors looking atplayerLocation.left
, etc.The text was updated successfully, but these errors were encountered: