-
Notifications
You must be signed in to change notification settings - Fork 26
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
TypeError: this.fn is undefined #47
Comments
The console spits out: ...when this happens. Assuming CSR is "Client Side Render" in this instance? |
Hey @pdugan20, Did you ever manage to find a solution to this? I'm digging into the same problem and will follow up if I find one |
@mikaalnaik I haven't given it a lot of thought. Since it seems like it's a timeout, a pretty poor solution would be to set the page the map is displayed upon to automatically refresh after X minutes. |
I'm not sure what this might be. Can you create a breaking test case? I'm guessing this has something to do with the way we load the mapkit javascript from apple. I feel like there must be a better way to do this. I might just need to take out our code for this and require users to add a script tag to their site. |
I'm using this with a next.js implementation, and I've found that if I leave the website open in a window for a few minutes, and then try and load a page with a mapkit component, that the map itself will load, but the background images (the actual streets and landscapes) never actually render.
Here's the stack-trace:
https://sentry.io/share/issue/d2bc177c4a9b4136a290012cc02de9a9/
I'd be happy to share any code samples if that's helpful here.
The text was updated successfully, but these errors were encountered: