[openstreetmap/openstreetmap-website] The map doesn't load (Issue #5555)
Marwin Hochfelsner
notifications at github.com
Sun Jan 26 22:51:55 UTC 2025
The errors in application.js and turbo.js seem like the browser doesn't support [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining):
application.js:
``` js
Cookies.get("_osm_location")?.split("|");
```
turbo.js:
``` js
"submit" == s?.type ? s : null
```
What is the version of your browser @maro-21?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5555#issuecomment-2614622620
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/5555/2614622620 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250126/681fef88/attachment.htm>
More information about the rails-dev
mailing list