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 'get' of undefined #270

Open
jmsobe opened this issue Mar 17, 2021 · 0 comments
Open

Uncaught TypeError: Cannot read property 'get' of undefined #270

jmsobe opened this issue Mar 17, 2021 · 0 comments

Comments

@jmsobe
Copy link

jmsobe commented Mar 17, 2021

Getting occasional JS error using URL params regarding the Current Marker Id. Uncaught TypeError: Cannot read property 'get' of undefined. Any ideas why this is occurring?
In this case there is one record being returned by the result

	` * @param currentMarker {Object} Google Maps marker
	 * @param storeStart {number} optional first location on the current page
	 * @param page {number} optional current page
	 *
	 * @returns {Object} extended location data object
	 */
	_defineLocationData: function (currentMarker, storeStart, page) {
		this.writeDebug('_defineLocationData',arguments);
		var indicator = '';
		this._createLocationVariables(currentMarker.get('id'));`
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

1 participant