Skip to content
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 'length' of undefined in Chrome 48 #104

Open
kjantzer opened this issue Feb 5, 2016 · 7 comments

Comments

@kjantzer
Copy link

kjantzer commented Feb 5, 2016

As of Chrome 48 (specifically tested on 48.0.2564.97), the following error appears upon initialization

Messenger()

yields...

Uncaught TypeError: Cannot read property 'length' of undefined (line 840)
@kjantzer
Copy link
Author

kjantzer commented Feb 5, 2016

It appears this.history is not being set...

@kjantzer
Copy link
Author

Is no one else having this issue? Now on Chrome 51 and issue still exists. Even with 1.5

@crissty
Copy link

crissty commented Oct 6, 2016

I also have this error, but not how to fix it

@kjantzer
Copy link
Author

@crissty I ended up removing the plugin and using my own code since this project doesn't seem to be thriving

@Friss
Copy link
Member

Friss commented Oct 31, 2016

Do either of you have an example page where this is happening? I can't seem to replicate it.

@leompeters
Copy link

I am having a similar issue but for this.options.themes in the file https://github.com/HubSpot/messenger/blob/master/docs/welcome/javascripts/theme-sel.js#L25:

Uncaught TypeError: Cannot read property 'themes' of undefined

@leompeters
Copy link

Got it!!! My similar issue was gone with UnderscoreJS VERSION 1.4.3 and BackboneJS VERSION 0.9.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants