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/2614622...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev